File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,15 @@ img.center {
89
89
cursor : pointer;
90
90
}
91
91
.stronglyAgree { background : # 1b5e20 ; }
92
- .stronglyAgree : hover { background : # 154a19 ; }
92
+ .stronglyAgree : hover , . stronglyAgree : focus { background : # 154a19 ; }
93
93
.agree { background : # 4caf50 ; }
94
- .agree : hover { background : # 29942e ; }
94
+ .agree : hover , . gree : focus { background : # 29942e ; }
95
95
.neutral { background : # 949494 ; }
96
- .neutral : hover { background : # 656565 ; }
96
+ .neutral : hover , . neutral : focus { background : # 656565 ; }
97
97
.disagree { background : # f44336 ; }
98
- .disagree : hover { background : # d6271a ; }
98
+ .disagree : hover , . disagree : focus { background : # d6271a ; }
99
99
.stronglyDisagree { background : # b71c1c ; }
100
- .stronglyDisagree : hover { background : # a00e0e ; }
100
+ .stronglyDisagree : hover , . stronglyDisagree : focus { background : # a00e0e ; }
101
101
102
102
.small_button , .small_button_off {
103
103
background-color : # 333 ;
You can’t perform that action at this time.
0 commit comments