Skip to content

Commit

Permalink
fix(b-form-datepicker, b-form-timepicker): prevent duplicate validati…
Browse files Browse the repository at this point in the history
…on icons (fixes #5237) (#5238)
  • Loading branch information
tmorehouse authored Apr 23, 2020
1 parent e68e429 commit 6354e6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/_custom-controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
// Shared BVFormBtnLabelControl styling
// Currently used by BFormTimepicker and BFormDatepicker
// Does not apply to button-only styling
.b-form-btn-label-control {
// Remove background validation images from main wrapper
.b-form-btn-label-control.form-control {
// Remove background validation images and padding from
// main wrapper as they will be present in the inner label element
background-image: none;
padding: 0;

Expand Down

0 comments on commit 6354e6e

Please sign in to comment.