Commit 0d05476f authored by dev0tion's avatar dev0tion

Remove border

parent 741c96a1
......@@ -154,7 +154,6 @@
border-color: $custom-select-focus-border-color;
outline: none;
@include box-shadow($custom-select-focus-box-shadow);
border-radius: 1.5rem 1.5rem 0 0;
&::-ms-value {
// For visual consistency with other platforms/browsers,
......
......@@ -4296,7 +4296,6 @@ tbody.collapse.show {
.custom-select:focus {
border-color: #fbd7ac;
outline: none;
border-radius: 1.5rem 1.5rem 0 0;
}
.custom-select:focus::-ms-value {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment