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

sub menu of select

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