File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 238
238
margin : 4px auto ;
239
239
position : relative ;
240
240
z-index : 3 ;
241
- color : rgba (#000 , .54 );
242
241
transition : $md-transition-stand ;
243
242
244
243
& :last-of-type:not (:first-child ):after {
379
378
}
380
379
}
381
380
382
- & .md-has-value {
383
- .md-input ,
384
- .md-textarea {
385
- color : rgba (#000 , .87 );
386
- }
387
- }
388
-
389
381
& .md-inline {
390
382
label {
391
383
pointer-events : none ;
471
463
472
464
& .md-has-select :hover {
473
465
.md-select :not (.md-disabled ):after {
474
- color : rgba ( #000 , .87 );
466
+
475
467
}
476
468
}
477
469
}
Original file line number Diff line number Diff line change 136
136
@include md-theme-property (color , primary);
137
137
}
138
138
139
+ > .md-icon {
140
+ @include md-theme-property (color , primary);
141
+ @include md-theme-property (fill , primary);
142
+ }
143
+
139
144
& .md-has-textarea :not (.md-autogrow ) {
140
145
& :before {
141
146
@include md-theme-property (border-color , primary);
You can’t perform that action at this time.
0 commit comments