v5: Don't automatically adjust all hr elements in alert variants (#28462)

This commit is contained in:
Mark Otto 2019-03-12 06:04:08 -07:00 committed by XhmikosR
parent d6501970ad
commit e8827874ad
1 changed files with 0 additions and 4 deletions

View File

@ -3,10 +3,6 @@
@include gradient-bg($background);
border-color: $border;
hr {
border-top-color: darken($border, 5%);
}
.alert-link {
color: darken($color, 10%);
}