We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30724b commit 04a22c6Copy full SHA for 04a22c6
src/shared/components/challenge-detail/Header/style.scss
@@ -107,7 +107,7 @@
107
108
.challenge-ops-container .submitButton:focus,
109
.challenge-ops-container .submitButton:focus-within,
110
-.challenge-ops-container .submitButton:focus-visible{
+.challenge-ops-container .submitButton:focus-visible {
111
outline: none !important;
112
box-shadow: none !important;
113
border: 2px solid #219174 !important;
@@ -123,7 +123,7 @@
123
124
.challenge-ops-container .unregisterButton:focus,
125
.challenge-ops-container .unregisterButton:focus-within,
126
-.challenge-ops-container .unregisterButton:focus-visible{
+.challenge-ops-container .unregisterButton:focus-visible {
127
128
129
border: 2px solid #0d664e !important;
0 commit comments