-
Hi! the selector is doubled (twice tui-wrapper[data-appearance='textfield'] {
transition: var(--tui-duration) ease-in-out;
transition-property: box-shadow, background;
background: var(--tui-base-01);
color: var(--tui-text-01);
box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.1);
&:after {
transition: color var(--tui-duration) ease-in-out;
border-width: 1px;
color: var(--tui-base-03);
}
... Has it a special reason or is it copy & paste artefact? Best regards, |
Beta Was this translation helpful? Give feedback.
Answered by
waterplea
Jan 13, 2022
Replies: 1 comment 3 replies
-
Maybe this was made this way to enforce stronger specificity. Can't really tell. Does this affect you in some way? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
loxy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe this was made this way to enforce stronger specificity. Can't really tell. Does this affect you in some way?