mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 16:50:00 +02:00
Move border-radius mixin from scss/_mixins.scss to scss/mixins/_border-radius.scss
Reunites the family. Closes #17791
This commit is contained in:
committed by
Kevin Kirsche
parent
781916cab6
commit
a180a3362a
@@ -283,7 +283,7 @@ input[type="checkbox"] {
|
||||
}
|
||||
}
|
||||
|
||||
.has-error {
|
||||
.has-danger {
|
||||
@include form-control-validation($brand-danger);
|
||||
|
||||
.form-control-error {
|
||||
@@ -352,7 +352,7 @@ input[type="checkbox"] {
|
||||
// .has-warning {
|
||||
// @include form-control-validation($state-warning-text, $state-warning-text, $state-warning-bg);
|
||||
// }
|
||||
// .has-error {
|
||||
// .has-danger {
|
||||
// @include form-control-validation($state-danger-text, $state-danger-text, $state-danger-bg);
|
||||
// }
|
||||
//
|
||||
|
Reference in New Issue
Block a user