style(capture options): Fix select appearance

This commit is contained in:
Tixie 2019-03-12 15:10:52 +01:00
parent e278ea149e
commit ffbc9c069e
3 changed files with 3 additions and 5 deletions

View file

@ -28,6 +28,7 @@
"z-index",
"display",
"visibility",
"-moz-appearance",
"-webkit-appearance",
"appearance",
"flex-direction",

View file

@ -15,6 +15,8 @@
.options__select,
.options__btn {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
padding: 2rem;
border: .1rem solid transparent;

View file

@ -2,11 +2,6 @@
/* == Progress Bar */
/* ----------------------------------------------------------- */
.progressBar {
-webkit-appearance: none;
appearance: none;
}
.progressBar {
overflow: hidden;
width: 100%;