aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Alternative-Dark/adark.rtl.css
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2025-04-05 22:23:54 +0200
committerGravatar GitHub <noreply@github.com> 2025-04-05 22:23:54 +0200
commit711a14fd9ccea0a5b3c68dfa20fc34e558823f40 (patch)
tree86d5d014df325dc7452a4ad7da38f5b03d33c3ca /p/themes/Alternative-Dark/adark.rtl.css
parent92c929386575eabcf5a7d02b07ea0d0e2e786d71 (diff)
Add :focus style to .dropdown-menu .item (#7491)
So you can see keyboard focus. In reply to <https://github.com/FreshRSS/FreshRSS/pull/7489#issuecomment-2774759046>.
Diffstat (limited to 'p/themes/Alternative-Dark/adark.rtl.css')
-rw-r--r--p/themes/Alternative-Dark/adark.rtl.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css
index c365ca220..7be9f71a5 100644
--- a/p/themes/Alternative-Dark/adark.rtl.css
+++ b/p/themes/Alternative-Dark/adark.rtl.css
@@ -369,8 +369,11 @@ th {
margin-bottom: 0.5rem;
}
+.dropdown-menu .item > a:focus,
.dropdown-menu .item > a:hover,
+.dropdown-menu .item > button:focus:not([disabled]),
.dropdown-menu .item > button:hover:not([disabled]),
+.dropdown-menu .item > label:focus:not(.noHover),
.dropdown-menu .item > label:hover:not(.noHover) {
background: var(--background-color-hover);
color: var(--font-color-light);