Only add after pseudo element if select exists

This commit is contained in:
Anthony Johnson 2024-09-19 12:06:01 -07:00
parent 255c8f700e
commit fe58efc8c9
No known key found for this signature in database
GPG Key ID: 709FE91423F05AA0
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -265,7 +265,7 @@ html
&:hover, &:active, &:focus
background: rgba(255, 255, 255, .1)
color: rgba(255, 255, 255, .5)
&:after
&:has(> select):after
display: inline-block;
width: 1.5em
height: 100%