Commit 9b12d3bd authored by Benoit Philibert's avatar Benoit Philibert

sub menu of select

parent 6db2c491
...@@ -150,11 +150,12 @@ ...@@ -150,11 +150,12 @@
-moz-appearance: none; -moz-appearance: none;
-webkit-appearance: none; -webkit-appearance: none;
&::after {border-radius: 1.5rem 1.5rem 0 0;}
&:focus { &:focus {
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,
......
...@@ -4293,10 +4293,13 @@ tbody.collapse.show { ...@@ -4293,10 +4293,13 @@ tbody.collapse.show {
-webkit-appearance: none; -webkit-appearance: none;
} }
.custom-select::after {
border-radius: 1.5rem 1.5rem 0 0;
}
.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.
Subproject commit 6380047ac0b31c404d49daf29308a8fddbad6f22 Subproject commit d45c1b13edf532f8a5c1f75f21be7030782ad6ac
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