1
0
mirror of https://github.com/jdan/98.css.git synced 2025-08-31 17:42:07 +02:00

Merge pull request #1 from modernserf/select-border-radius

remove border radius on select
This commit is contained in:
Jordan Scales
2020-04-22 04:05:11 -04:00
committed by GitHub

View File

@@ -336,6 +336,7 @@ select {
background-image: svg-load("./icon/button-down.svg");
background-position: top 2px right 2px;
background-repeat: no-repeat;
border-radius: 0;
}
select:focus,