Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
adding vendor prefixes for appearance before build for testing, as ap…
Browse files Browse the repository at this point in the history
…pearance is not widely supported
  • Loading branch information
chris-lawton committed Feb 8, 2018
1 parent 10f37a2 commit 42c1fe9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions opentech/static_src/src/sass/components/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@
select {
background: transparent;
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 {
background-color: white;
Expand Down

0 comments on commit 42c1fe9

Please sign in to comment.