mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-09 05:09:39 +00:00
Adjusted button dropdown CSS
This commit is contained in:
@@ -108,7 +108,8 @@ html,
|
||||
.ui.button {
|
||||
background-color: var(--dk-12dp) !important;
|
||||
}
|
||||
.ui.button:hover {
|
||||
.ui.button:hover:not(.dropdown),
|
||||
.ui.button.dropdown:hover:not(.active) {
|
||||
background-color: var(--dk-12dp-hovered) !important;
|
||||
}
|
||||
.ui.button.disabled {
|
||||
@@ -124,7 +125,7 @@ html,
|
||||
}
|
||||
.ui.positive.button:hover,
|
||||
#downloadButton:hover,
|
||||
#versionDropdown:hover {
|
||||
#versionDropdown:hover:not(.active) {
|
||||
background-color: var(--dk-primary-hovered) !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user