Skip to content

Commit e30724b

Browse files
committed
fix: focus style for buttons
1 parent 8d6bca7 commit e30724b

File tree

1 file changed

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

1 file changed

+24
-0
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,30 @@
105105
background: #fff !important;
106106
}
107107

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+
108132
.challenge-ops-container {
109133
display: flex;
110134
margin-top: 32px;

0 commit comments

Comments
 (0)