mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Add theming support to one of the dropdown input components (#23734)
Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
parent
d655ab94a3
commit
d7a3d14c5e
@ -25,6 +25,20 @@ $dropdown_input_index: 999999;
|
||||
}
|
||||
}
|
||||
|
||||
.DropdownInput__controlContainer {
|
||||
.DropDown__control {
|
||||
background-color: var(--center-channel-bg);
|
||||
}
|
||||
}
|
||||
|
||||
.DropDown__menu {
|
||||
background-color: var(--center-channel-bg) !important;
|
||||
}
|
||||
|
||||
.DropDown__single-value {
|
||||
color: var(--center-channel-color) !important;
|
||||
}
|
||||
|
||||
.DropdownInput__indicatorsContainer {
|
||||
margin-right: 8px;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user