mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
dark_theme: Remove redundant .pill-container border properties.
Nowhere are these values different in light theme.
This commit is contained in:
parent
8b9942c015
commit
d9fea6b382
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user