diff options
author | Frans de Jonge <fransdejonge@gmail.com> | 2025-04-05 22:23:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-05 22:23:54 +0200 |
commit | 711a14fd9ccea0a5b3c68dfa20fc34e558823f40 (patch) | |
tree | 86d5d014df325dc7452a4ad7da38f5b03d33c3ca /p/themes/Flat/flat.rtl.css | |
parent | 92c929386575eabcf5a7d02b07ea0d0e2e786d71 (diff) | |
download | freshrss-711a14fd9ccea0a5b3c68dfa20fc34e558823f40.tar.gz freshrss-711a14fd9ccea0a5b3c68dfa20fc34e558823f40.zip |
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/Flat/flat.rtl.css')
-rw-r--r-- | p/themes/Flat/flat.rtl.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css index b911f8f56..c3f373137 100644 --- a/p/themes/Flat/flat.rtl.css +++ b/p/themes/Flat/flat.rtl.css @@ -333,8 +333,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: #2980b9; color: #fff; |