Commit 49ddd707 authored by dev0tion's avatar dev0tion

Improve select box design

parent bfa8cdf0
......@@ -154,6 +154,7 @@
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,6 +4296,7 @@ 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