We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 066db4d + c051be2 commit 7c30d0cCopy full SHA for 7c30d0c
webcompat/static/css/development/components/button.css
@@ -60,15 +60,17 @@
60
border: solid 4px var(--Button-defaultColor);
61
}
62
63
- .wc-Button--default:hover:not(.is-disabled) {
+ .wc-Button--default:hover:not(.is-disabled),
64
+ .wc-Button--default:focus:not(.is-disabled) {
65
background-color: var(--Button-defaultColorHover);
66
67
68
.wc-Button--action {
69
border: solid 4px var(--Button-actionColor);
70
71
- .wc-Button--action:hover:not(.is-disabled) {
72
+ .wc-Button--action:hover:not(.is-disabled),
73
+ .wc-Button--action:focus:not(.is-disabled) {
74
background-color: var(--Button-actionColorHover);
75
76
0 commit comments