Skip to content

Commit 04a22c6

Browse files
committed
fix: add space before brackets
1 parent e30724b commit 04a22c6

File tree

1 file changed

+2
-2
lines changed
  • src/shared/components/challenge-detail/Header

1 file changed

+2
-2
lines changed

src/shared/components/challenge-detail/Header/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107

108108
.challenge-ops-container .submitButton:focus,
109109
.challenge-ops-container .submitButton:focus-within,
110-
.challenge-ops-container .submitButton:focus-visible{
110+
.challenge-ops-container .submitButton:focus-visible {
111111
outline: none !important;
112112
box-shadow: none !important;
113113
border: 2px solid #219174 !important;
@@ -123,7 +123,7 @@
123123

124124
.challenge-ops-container .unregisterButton:focus,
125125
.challenge-ops-container .unregisterButton:focus-within,
126-
.challenge-ops-container .unregisterButton:focus-visible{
126+
.challenge-ops-container .unregisterButton:focus-visible {
127127
outline: none !important;
128128
box-shadow: none !important;
129129
border: 2px solid #0d664e !important;

0 commit comments

Comments
 (0)