mirror of https://github.com/zulip/zulip.git
settings: Remove some duplicate CSS.
Since we added settings_select class to select elements in both stream settings and user or realm settings in previous commits, we can have common CSS defined at only one place.
This commit is contained in:
parent
c6ff8f0551
commit
27d2ac1e37
|
@ -358,6 +358,10 @@ td .button {
|
|||
.settings_select {
|
||||
height: 30px;
|
||||
width: 220px;
|
||||
}
|
||||
}
|
||||
|
||||
.settings_select {
|
||||
padding: 4px 6px;
|
||||
color: hsl(0, 0%, 33%);
|
||||
border-radius: 4px;
|
||||
|
@ -370,7 +374,6 @@ td .button {
|
|||
background-color: hsl(0, 0%, 93%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#admin-user-list,
|
||||
#admin-bot-list {
|
||||
|
|
|
@ -989,17 +989,6 @@ div.settings-radio-input-parent {
|
|||
/* Match .setting_desktop_icon_count_display */
|
||||
width: 325px;
|
||||
height: fit-content;
|
||||
padding: 4px 6px;
|
||||
color: hsl(0, 0%, 33%);
|
||||
border-radius: 4px;
|
||||
border: 1px solid hsl(0, 0%, 80%);
|
||||
cursor: pointer;
|
||||
background-color: hsl(0, 0%, 100%);
|
||||
|
||||
&:disabled {
|
||||
cursor: not-allowed;
|
||||
background-color: hsl(0, 0%, 93%);
|
||||
}
|
||||
}
|
||||
|
||||
select.stream_post_policy_setting {
|
||||
|
|
Loading…
Reference in New Issue