We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68e429 commit 6354e6eCopy full SHA for 6354e6e
src/_custom-controls.scss
@@ -32,8 +32,9 @@
32
// Shared BVFormBtnLabelControl styling
33
// Currently used by BFormTimepicker and BFormDatepicker
34
// Does not apply to button-only styling
35
-.b-form-btn-label-control {
36
- // Remove background validation images from main wrapper
+.b-form-btn-label-control.form-control {
+ // Remove background validation images and padding from
37
+ // main wrapper as they will be present in the inner label element
38
background-image: none;
39
padding: 0;
40
0 commit comments