Merge pull request #1 from modernserf/select-border-radius
remove border radius on select
This commit is contained in:
commit
8f1123f5e6
1 changed files with 1 additions and 0 deletions
|
|
@ -336,6 +336,7 @@ select {
|
||||||
background-image: svg-load("./icon/button-down.svg");
|
background-image: svg-load("./icon/button-down.svg");
|
||||||
background-position: top 2px right 2px;
|
background-position: top 2px right 2px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
select:focus,
|
select:focus,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue