mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 13:10:21 +00:00
style(capture options): Fix select appearance
This commit is contained in:
parent
e278ea149e
commit
ffbc9c069e
3 changed files with 3 additions and 5 deletions
|
@ -28,6 +28,7 @@
|
|||
"z-index",
|
||||
"display",
|
||||
"visibility",
|
||||
"-moz-appearance",
|
||||
"-webkit-appearance",
|
||||
"appearance",
|
||||
"flex-direction",
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
|
||||
.options__select,
|
||||
.options__btn {
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
padding: 2rem;
|
||||
border: .1rem solid transparent;
|
||||
|
|
|
@ -2,11 +2,6 @@
|
|||
/* == Progress Bar */
|
||||
/* ----------------------------------------------------------- */
|
||||
|
||||
.progressBar {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.progressBar {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue