mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
little color change in dropdown (#3828)
* little color change in dropdown * small-lint-fix * lint fix * it should fix
This commit is contained in:
parent
37bcb67f6b
commit
468abb272a
@ -139,3 +139,8 @@
|
|||||||
.block-user-button {
|
.block-user-button {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-dropdown-menu-item-selected,
|
||||||
|
.ant-dropdown-menu-submenu-title-selected {
|
||||||
|
background-color: #f5f0ff;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user