File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -838,19 +838,21 @@ h6,
838838.radio input [type = radio ][disabled ] ~ .check {
839839 background-color : rgba (0 , 0 , 0 , 0.84 );
840840}
841- .form-control-wrapper {
842- position : relative;
843- /* active state */
844- }
845841.form-control-wrapper .form-control ,
846- .form-control-wrapper .form-control : focus {
842+ .form-control ,
843+ .form-control-wrapper .form-control : focus ,
844+ .form-control : focus {
847845 float : none;
848846 border : 0 ;
849847 box-shadow : none;
850848 border-radius : 0 ;
851849 background : transparent;
852850 border-bottom : 1px solid # 757575 ;
853851}
852+ .form-control-wrapper {
853+ position : relative;
854+ /* active state */
855+ }
854856.form-control-wrapper .form-control : focus {
855857 outline : none;
856858}
@@ -1707,7 +1709,8 @@ fieldset[disabled] .navbar .btn-link:hover,
17071709fieldset [disabled ] .navbar .btn-link : focus {
17081710 color : # e5e5e5 ;
17091711}
1710- .navbar .navbar-form .form-control-wrapper .form-control {
1712+ .navbar .navbar-form .form-control-wrapper .form-control ,
1713+ .navbar .navbar-form .form-control {
17111714 border-color : rgba (255 , 255 , 255 , 0.84 );
17121715 color : rgba (255 , 255 , 255 , 0.84 );
17131716}
Original file line number Diff line number Diff line change 11// main: material.less
22
3- .form-control-wrapper {
4- position : relative ;
5- .form-control , .form-control :focus {
3+ .form-control-wrapper .form-control , .form-control {
4+ & , & :focus {
65 float : none ;
76 border : 0 ;
87 box-shadow : none ;
98 border-radius : 0 ;
109 background : transparent ;
1110 border-bottom : 1px solid #757575 ;
1211 }
12+ }
13+
14+ .form-control-wrapper {
15+ position : relative ;
16+
1317 .form-control :focus {
1418 outline : none ;
1519 }
Original file line number Diff line number Diff line change 140140 }
141141
142142 .navbar-form {
143+ .form-control-wrapper .form-control , .form-control {
144+ border-color : @navbar-border ;
145+ color : @navbar-border ;
146+ }
143147 .form-control-wrapper {
144- .form-control {
145- border-color : @navbar-border ;
146- color : @navbar-border ;
147- }
148148 .material-input :before , input :focus ~ .material-input :after {
149149 background-color : @navbar-border ;
150150 }
You can’t perform that action at this time.
0 commit comments