1
0
mirror of https://github.com/sakofchit/system.css.git synced 2026-05-05 06:01:22 +09:00

Tweak dropdown toggle styles

remove browser outline when it's focused
This commit is contained in:
Patrick H. Lauke
2022-08-12 23:08:44 +01:00
parent 3e97e8ac2d
commit afd9f983a5

View File

@@ -573,6 +573,7 @@ form {
.dd-toggle:hover {
background-color: black;
color: white;
outline: none;
}
.dd-menu {