Skip to content

Commit 3a85def

Browse files
committed
docs: remove custom outline effects
1 parent ccb71f6 commit 3a85def

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

docs/index.html

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,7 @@
113113
transform: none;
114114
}
115115

116-
button:focus {
117-
outline: 1px dashed #292d23;
118-
outline-offset: -4px;
119-
}
116+
120117

121118
fieldset {
122119
border: 1px solid #5d6d52;
@@ -150,10 +147,7 @@
150147
background-repeat: no-repeat;
151148
}
152149

153-
input[type="checkbox"]:focus {
154-
outline: 1px dotted black;
155-
outline-offset: -2px;
156-
}
150+
157151

158152
input[type="number"],
159153
input[type="password"],
@@ -174,13 +168,7 @@
174168
width: 100%;
175169
}
176170

177-
input[type="number"]:focus,
178-
input[type="password"]:focus,
179-
input[type="text"]:focus,
180-
select:focus {
181-
outline: 1px dashed black;
182-
outline-offset: -2px;
183-
}
171+
184172

185173
legend {
186174
color: var(--text-accent);

0 commit comments

Comments
 (0)