Adjusted button dropdown CSS

This commit is contained in:
Geomitron
2021-04-07 13:21:25 -05:00
parent 30e6e0fc19
commit 8a68b7dbbe

View File

@@ -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;
}