dark_theme: Remove redundant .pill-container border properties.

Nowhere are these values different in light theme.
This commit is contained in:
Karl Stolley 2025-04-04 13:09:23 -05:00 committed by Tim Abbott
parent 8b9942c015
commit d9fea6b382

View File

@ -289,13 +289,8 @@
color: hsl(236deg 33% 90%);
}
.pill-container {
border-style: solid;
border-width: 1px;
&.not-editable-by-user {
opacity: 0.5;
}
.pill-container.not-editable-by-user {
opacity: 0.5;
}
.settings-profile-user-field {