2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Add border-radius to dropdown items (#27703)

This commit is contained in:
Roy Klutman
2018-11-21 23:24:13 +01:00
committed by XhmikosR
parent 31d6d03c47
commit e7e43edf65
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -136,6 +136,14 @@
background-color: transparent; // For `<button>`s
border: 0; // For `<button>`s
&:first-child {
@include border-top-radius($dropdown-inner-border-radius);
}
&:last-child {
@include border-bottom-radius($dropdown-inner-border-radius);
}
@include hover-focus {
color: $dropdown-link-hover-color;
text-decoration: none;