Skip to content

Commit 13fcae9

Browse files
Merge pull request #41 from CastleCSS/develop
1.0.11
2 parents e1912c7 + d9f20ae commit 13fcae9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sass/component/label.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Removing standard placeholder when using castlecss-forms
2-
/*! autoprefixer: off */
32
::-webkit-input-placeholder {
43
opacity: 0;
54
}
@@ -12,7 +11,6 @@
1211
:-ms-input-placeholder {
1312
color: transparent;
1413
}
15-
/*! autoprefixer: on */
1614

1715
/* Placeholders Start */
1816
%label-default {

sass/component/select.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
select {
99
background: $input-bg-color;
10+
-moz-appearance:none;
1011
-webkit-appearance: none;
1112
appearance: none;
1213
cursor: pointer;

0 commit comments

Comments
 (0)