Skip to content

Commit 7a5411c

Browse files
committed
fix(field-color): fix active and focus states styling
1 parent 91ac0d4 commit 7a5411c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/scss/themes/basic.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ $input-padding: .3rem .4rem;
9292
border: none;
9393
border-radius: 3px;
9494
width: 45px;
95+
&:active, &:focus {
96+
border: none;
97+
padding: 0;
98+
}
9599
}
96100
/** End of color field */
97101

0 commit comments

Comments
 (0)