Skip to content
Snippets Groups Projects
Commit 42c1fe90 authored by Chris Lawton's avatar Chris Lawton
Browse files

adding vendor prefixes for appearance before build for testing, as appearance...

adding vendor prefixes for appearance before build for testing, as appearance is not widely supported
parent 10f37a20
No related branches found
No related tags found
No related merge requests found
...@@ -81,8 +81,9 @@ ...@@ -81,8 +81,9 @@
select { select {
background: transparent; background: transparent;
border-radius: 0; border-radius: 0;
appearance: none; // sass-lint:disable-line appearance: none;
-webkit-appearance: none; // sass-lint:disable-line no-vendor-prefixes
-moz-appearance: none; // sass-lint:disable-line no-vendor-prefixes
option { option {
background-color: white; background-color: white;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment