[common] fixed combobox disabled styles

This commit is contained in:
maxkadushkin 2021-03-30 15:49:00 +03:00 committed by GitHub
parent 767ddc4d54
commit 450da0e59c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,8 +64,6 @@
&:hover, &:focus {
background-color: transparent;
border-color: @border-regular-control-ie;
border-color: @border-regular-control;
}
}
@ -166,4 +164,4 @@
border-color: @border-control-focus;
}
}
}
}