Change color of dropdown icon to grey
Resolves MS-717 #complete
This commit is contained in:
parent
fc3feb1eb7
commit
32ee2d2bf3
|
|
@ -14,7 +14,7 @@ $icon-size: 20px;
|
|||
appearance: none;
|
||||
text-indent: 1px;
|
||||
text-overflow: '';
|
||||
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%2317A887" d="M50,74.07,6.86,30.93A2.93,2.93,0,0,1,11,26.79l39,39,39-39a2.93,2.93,0,1,1,4.15,4.15Z"/></svg>');
|
||||
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23AAAAAA" d="M50,74.07,6.86,30.93A2.93,2.93,0,0,1,11,26.79l39,39,39-39a2.93,2.93,0,1,1,4.15,4.15Z"/></svg>');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 97% center;
|
||||
background-size: 24px 24px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue