Commit 64fedb3 Hai Nguyen
committed
File tree 1 file changed +11
-15
lines changed
1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change 106
106
& :focus , & :valid {
107
107
outline : none ;
108
108
box-shadow : none ;
109
- & + .mui-input-placeholder {
109
+ & ~ .mui-input-placeholder {
110
110
color : blue ;
111
111
font-size : @input-placeholder-size !important ;
112
112
font-weight : 300 ;
113
113
top : -32px ;
114
114
.ease-out ;
115
-
116
- & + .mui-input-highlight {
115
+ }
116
+ & ~ .mui-input-highlight {
117
117
width : 0 ;
118
118
background-color : blue ;
119
119
.ease-out ;
120
-
121
- & + .mui-input-bar {
122
-
123
- & ::before , & ::after {
124
- background-color : blue ;
125
- width : 50% ;
126
- }
127
-
128
- & + .mui-input-description {
129
- display : block ;
130
- }
131
- }
120
+ }
121
+ & ~ .mui-input-bar {
122
+ & ::before , & ::after {
123
+ background-color : blue ;
124
+ width : 50% ;
132
125
}
133
126
}
127
+ & ~ .mui-input-description {
128
+ display : block ;
129
+ }
134
130
}
135
131
136
132
& :not (:focus ):valid {
You can’t perform that action at this time.
0 commit comments