Skip to content

Commit

Permalink
Remove important/Add stronger selctors for input tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
JKMarkowski committed Mar 18, 2020
1 parent 8e11a26 commit 447466c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/tokenizer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ $block: #{$fd-namespace}-tokenizer;
}

&__input {
border: none !important;
min-width: 3rem !important;
padding: 0 !important;
&.#{$fd-namespace}-input {
border: none;
padding: 0;
min-width: 3rem;
}

&:last-child {
flex-basis: 100%;
Expand All @@ -71,7 +73,7 @@ $block: #{$fd-namespace}-tokenizer;
padding: 0 $fd-tokenizer-compact-spacing;
}

.#{$block}__input {
.#{$block}__input.#{$fd-namespace}-input {
min-width: 2rem;
}

Expand Down

0 comments on commit 447466c

Please sign in to comment.