mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Only add after pseudo element if select exists
This commit is contained in:
parent
255c8f700e
commit
fe58efc8c9
File diff suppressed because one or more lines are too long
@ -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%
|
||||
|
Loading…
Reference in New Issue
Block a user