We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1912c7 + d9f20ae commit 13fcae9Copy full SHA for 13fcae9
sass/component/label.scss
@@ -1,5 +1,4 @@
1
// Removing standard placeholder when using castlecss-forms
2
-/*! autoprefixer: off */
3
::-webkit-input-placeholder {
4
opacity: 0;
5
}
@@ -12,7 +11,6 @@
12
11
:-ms-input-placeholder {
13
color: transparent;
14
15
-/*! autoprefixer: on */
16
17
/* Placeholders Start */
18
%label-default {
sass/component/select.scss
@@ -7,6 +7,7 @@
7
8
select {
9
background: $input-bg-color;
10
+ -moz-appearance:none;
-webkit-appearance: none;
appearance: none;
cursor: pointer;
0 commit comments