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", "z-index",
"display", "display",
"visibility", "visibility",
"-moz-appearance",
"-webkit-appearance", "-webkit-appearance",
"appearance", "appearance",
"flex-direction", "flex-direction",

View file

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

View file

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