Commit 0d05476f authored by dev0tion's avatar dev0tion

Remove border

parent 741c96a1
...@@ -154,7 +154,6 @@ ...@@ -154,7 +154,6 @@
border-color: $custom-select-focus-border-color; border-color: $custom-select-focus-border-color;
outline: none; outline: none;
@include box-shadow($custom-select-focus-box-shadow); @include box-shadow($custom-select-focus-box-shadow);
border-radius: 1.5rem 1.5rem 0 0;
&::-ms-value { &::-ms-value {
// For visual consistency with other platforms/browsers, // For visual consistency with other platforms/browsers,
......
...@@ -4296,7 +4296,6 @@ tbody.collapse.show { ...@@ -4296,7 +4296,6 @@ tbody.collapse.show {
.custom-select:focus { .custom-select:focus {
border-color: #fbd7ac; border-color: #fbd7ac;
outline: none; outline: none;
border-radius: 1.5rem 1.5rem 0 0;
} }
.custom-select:focus::-ms-value { .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