File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ $md-input-underline-disabled-background-image: linear-gradient(to right,
31
31
* Applies a floating placeholder above the input itself.
32
32
*/
33
33
@mixin md-input-placeholder-floating {
34
- visibility : visible ;
34
+ display : block ;
35
35
padding-bottom : 5px ;
36
36
transform : translateY (-100% ) scale (0.75 );
37
37
@@ -103,15 +103,14 @@ $md-input-underline-disabled-background-image: linear-gradient(to right,
103
103
left : 0 ;
104
104
top : 0 ;
105
105
106
- visibility : hidden ;
107
106
font-size : 100% ;
108
107
pointer-events : none ; // We shouldn't catch mouse events (let them through).
109
108
color : $md-input-placeholder-color ;
110
109
z-index : 1 ;
111
110
112
111
// Put ellipsis text overflow.
113
112
width : 100% ;
114
- display : block ;
113
+ display : none ;
115
114
white-space : nowrap ;
116
115
text-overflow : ellipsis ;
117
116
overflow-x : hidden ;
@@ -123,7 +122,7 @@ $md-input-underline-disabled-background-image: linear-gradient(to right,
123
122
color $swift-ease-out-duration $swift-ease-out-timing-function ;
124
123
125
124
& .md-empty {
126
- visibility : visible ;
125
+ display : block ;
127
126
cursor : text ;
128
127
}
129
128
You can’t perform that action at this time.
0 commit comments