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 ccb71f6 commit 3a85defCopy full SHA for 3a85def
docs/index.html
@@ -113,10 +113,7 @@
113
transform: none;
114
}
115
116
- button:focus {
117
- outline: 1px dashed #292d23;
118
- outline-offset: -4px;
119
- }
+
120
121
fieldset {
122
border: 1px solid #5d6d52;
@@ -150,10 +147,7 @@
150
147
background-repeat: no-repeat;
151
148
152
149
153
- input[type="checkbox"]:focus {
154
- outline: 1px dotted black;
155
- outline-offset: -2px;
156
157
158
input[type="number"],
159
input[type="password"],
@@ -174,13 +168,7 @@
174
168
width: 100%;
175
169
176
170
177
- input[type="number"]:focus,
178
- input[type="password"]:focus,
179
- input[type="text"]:focus,
180
- select:focus {
181
- outline: 1px dashed black;
182
183
171
184
172
185
173
legend {
186
color: var(--text-accent);
0 commit comments