Rebounce navigation events

This commit is contained in:
2026-01-30 12:26:36 +01:00
parent 5ce6b0c417
commit d3d26c6ae1
8 changed files with 56 additions and 26 deletions

View File

@@ -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 {