File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 105
105
background : #fff !important ;
106
106
}
107
107
108
+ .challenge-ops-container .submitButton :focus ,
109
+ .challenge-ops-container .submitButton :focus-within ,
110
+ .challenge-ops-container .submitButton :focus-visible {
111
+ outline : none !important ;
112
+ box-shadow : none !important ;
113
+ border : 2px solid #219174 !important ;
114
+ }
115
+
116
+ .challenge-ops-container .registerBtn :focus ,
117
+ .challenge-ops-container .registerBtn :focus-within ,
118
+ .challenge-ops-container .registerBtn :focus-visible {
119
+ outline : none !important ;
120
+ box-shadow : none !important ;
121
+ border : 2px solid #219174 !important ;
122
+ }
123
+
124
+ .challenge-ops-container .unregisterButton :focus ,
125
+ .challenge-ops-container .unregisterButton :focus-within ,
126
+ .challenge-ops-container .unregisterButton :focus-visible {
127
+ outline : none !important ;
128
+ box-shadow : none !important ;
129
+ border : 2px solid #0d664e !important ;
130
+ }
131
+
108
132
.challenge-ops-container {
109
133
display : flex ;
110
134
margin-top : 32px ;
You can’t perform that action at this time.
0 commit comments