1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

add docs for dropdowns

This commit is contained in:
Jordan Scales
2020-04-21 18:38:47 -04:00
parent 77b0d6b019
commit a1b0562d0d
5 changed files with 85 additions and 0 deletions

View File

@@ -326,6 +326,7 @@ select {
-webkit-appearance: none;
-moz-appearance: none;
position: relative;
padding-right: 32px;
background-image: svg-load("./icon/button-down.svg");
background-position: top 2px right 2px;
background-repeat: no-repeat;