Skip to content

Commit 9902036

Browse files
author
James Kolce
committed
[fix: #254] Improve outline for form elements
1 parent 3733292 commit 9902036

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

dist/concise.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ textarea {
206206
border-style: none;
207207
color: inherit;
208208
font: inherit; }
209+
input:focus,
210+
select:focus,
211+
textarea:focus {
212+
outline: 2px solid #2b90d9; }
209213

210214
button, input[type="submit"],
211215
input {
@@ -450,8 +454,6 @@ ol {
450454
input:not([type="submit"]),
451455
select,
452456
textarea {
453-
-webkit-transition-duration: 150ms;
454-
transition-duration: 150ms;
455457
width: 100%;
456458
font-size: 0.83333rem;
457459
min-height: 2.25rem; }

0 commit comments

Comments
 (0)