mirror of
https://github.com/KevinMidboe/infra-map.git
synced 2025-10-29 17:40:28 +00:00
affirmative button on hover has better contrast background
This commit is contained in:
@@ -125,12 +125,13 @@ button span {
|
||||
button.affirmative span {
|
||||
background-color: var(--theme);
|
||||
color: white;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
button.affirmative:hover span {
|
||||
border-color: var(--highlight);
|
||||
background-color: var(--highlight);
|
||||
color: var(--theme);
|
||||
border-color: var(--theme);
|
||||
background-color: var(--highlight);
|
||||
}
|
||||
|
||||
button:disabled {
|
||||
|
||||
Reference in New Issue
Block a user