Commit d442966c authored by Benoit Philibert's avatar Benoit Philibert

fix dropdown border

Add border-radius to dropdown
parent e4e9b9ec
......@@ -51,7 +51,7 @@
background-color: $dropdown-bg;
background-clip: padding-box;
border: $dropdown-border-width solid $dropdown-border-color;
@include border-radius($border-radius);
border-radius: 50px;
@include box-shadow($dropdown-box-shadow);
}
......
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