improve keyboard navigation feedback for certain buttons
This commit is contained in:
parent
a2c2775df2
commit
30db964b25
|
@ -192,6 +192,7 @@ input[type="submit"]:hover, input[type="submit"]:focus,
|
||||||
input[type="button"]:hover, input[type="button"]:focus,
|
input[type="button"]:hover, input[type="button"]:focus,
|
||||||
button:hover, button:focus,
|
button:hover, button:focus,
|
||||||
.button:hover, .button:focus,
|
.button:hover, .button:focus,
|
||||||
|
.button a:focus,
|
||||||
select:hover, select:focus, select:active {
|
select:hover, select:focus, select:active {
|
||||||
background-color: rgba(255, 255, 255, .95);
|
background-color: rgba(255, 255, 255, .95);
|
||||||
color: #111;
|
color: #111;
|
||||||
|
|
Loading…
Reference in New Issue