mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-11 16:14:04 +02:00
Fix border radii on validation messages
This commit is contained in:
committed by
Mark Otto
parent
3e2c3298da
commit
313f762d03
@@ -135,7 +135,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> :not(:first-child):not(.dropdown-menu) {
|
$validation-messages: "";
|
||||||
|
@each $state in map-keys($form-validation-states) {
|
||||||
|
$validation-messages: $validation-messages + ":not(." + unquote($state) + "-tooltip)" + ":not(." + unquote($state) + "-feedback)";
|
||||||
|
}
|
||||||
|
|
||||||
|
> :not(:first-child):not(.dropdown-menu)#{$validation-messages} {
|
||||||
margin-left: -$input-border-width;
|
margin-left: -$input-border-width;
|
||||||
@include border-left-radius(0);
|
@include border-left-radius(0);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user