Skip to content

Commit 6354e6e

Browse files
authored
fix(b-form-datepicker, b-form-timepicker): prevent duplicate validation icons (fixes #5237) (#5238)
1 parent e68e429 commit 6354e6e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/_custom-controls.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
// Shared BVFormBtnLabelControl styling
3333
// Currently used by BFormTimepicker and BFormDatepicker
3434
// Does not apply to button-only styling
35-
.b-form-btn-label-control {
36-
// Remove background validation images from main wrapper
35+
.b-form-btn-label-control.form-control {
36+
// Remove background validation images and padding from
37+
// main wrapper as they will be present in the inner label element
3738
background-image: none;
3839
padding: 0;
3940

0 commit comments

Comments
 (0)