Rebounce navigation events
This commit is contained in:
@@ -501,7 +501,7 @@ input[type="color"]:focus {
|
||||
color: var(--input_text);
|
||||
text-decoration: none;
|
||||
background: var(--input_hover_background);
|
||||
box-shadow: 0px 0px 0px 1px var(--highlight_color);
|
||||
box-shadow: 0px 0px 0px 1px var(--highlight_color) !important;
|
||||
}
|
||||
|
||||
button:active,
|
||||
@@ -515,8 +515,7 @@ input[type="color"]:active {
|
||||
}
|
||||
|
||||
.button_highlight {
|
||||
background: var(--highlight_background) !important;
|
||||
color: var(--highlight_text_color) !important;
|
||||
box-shadow: 0px 0px 0px 1px var(--highlight_color) !important;
|
||||
}
|
||||
|
||||
.button_red {
|
||||
|
||||
Reference in New Issue
Block a user