refactor: Remove un-wanted code
This commit is contained in:
parent
4d25520a62
commit
3787c4eb28
1 changed files with 3 additions and 23 deletions
|
|
@ -845,31 +845,11 @@ input[type="checkbox"] {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
// mozilla doesn't support
|
||||
// Firefox doesn't support
|
||||
// pseudo elements on checkbox
|
||||
@-moz-document url-prefix() {
|
||||
@supports (-moz-appearance: none) or (-ms-ime-align:auto) {
|
||||
input[type="checkbox"] {
|
||||
visibility: visible;
|
||||
left: 0;
|
||||
height: 12px !important
|
||||
}
|
||||
}
|
||||
|
||||
@supports (-moz-appearance: none) {
|
||||
input[type="checkbox"] {
|
||||
visibility: visible;
|
||||
left: 0;
|
||||
height: 12px !important
|
||||
}
|
||||
}
|
||||
|
||||
// edge doesn't support pseudo elements on checkbox
|
||||
//Microsoft Edge Browser 12+ (All)
|
||||
@supports (-ms-ime-align:auto) {
|
||||
input[type="checkbox"] {
|
||||
visibility: visible;
|
||||
left: 0;
|
||||
height: 12px !important
|
||||
height: @checkbox-height !important
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue