Skip to content

Commit b254ccf

Browse files
authored
chore: added :focus classes
1 parent e162c81 commit b254ccf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

style.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ img.center {
8989
cursor: pointer;
9090
}
9191
.stronglyAgree { background: #1b5e20; }
92-
.stronglyAgree:hover { background: #154a19; }
92+
.stronglyAgree:hover, .stronglyAgree:focus { background: #154a19; }
9393
.agree { background: #4caf50; }
94-
.agree:hover { background: #29942e; }
94+
.agree:hover, .gree:focus { background: #29942e; }
9595
.neutral { background: #949494; }
96-
.neutral:hover { background: #656565; }
96+
.neutral:hover, .neutral:focus { background: #656565; }
9797
.disagree { background: #f44336; }
98-
.disagree:hover { background: #d6271a; }
98+
.disagree:hover, .disagree:focus { background: #d6271a; }
9999
.stronglyDisagree { background: #b71c1c; }
100-
.stronglyDisagree:hover { background: #a00e0e; }
100+
.stronglyDisagree:hover, .stronglyDisagree:focus { background: #a00e0e; }
101101

102102
.small_button, .small_button_off {
103103
background-color: #333;

0 commit comments

Comments
 (0)