remove redundent dropdown triangle in css
This commit is contained in:
parent
774f400c6f
commit
a6787b186d
1 changed files with 1 additions and 5 deletions
|
@ -5,16 +5,12 @@
|
||||||
|
|
||||||
|
|
||||||
select
|
select
|
||||||
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat
|
|
||||||
padding-right: 3.0rem
|
padding-right: 3.0rem
|
||||||
|
|
||||||
&:focus
|
|
||||||
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#9b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>')
|
|
||||||
|
|
||||||
textarea
|
textarea
|
||||||
min-height: 6.5rem
|
min-height: 6.5rem
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
select
|
select
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue