X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=scss%2Fbootstrap%2F_custom-forms.scss;fp=scss%2Fbootstrap%2F_custom-forms.scss;h=4afc0808763332626b97b5189c431606ff1d7d3c;hp=0057b330f1c6eb7ef0bf9d992d89a7e6bb1bf43d;hb=b1da0768aed0ffc12b300174eff724a412fad487;hpb=2b33573f81a301e8ee55ba2bbb872b7edd18f4f6 diff --git a/scss/bootstrap/_custom-forms.scss b/scss/bootstrap/_custom-forms.scss index 0057b330f1..4afc080876 100644 --- a/scss/bootstrap/_custom-forms.scss +++ b/scss/bootstrap/_custom-forms.scss @@ -104,7 +104,7 @@ width: $custom-control-indicator-size; height: $custom-control-indicator-size; content: ""; - background: no-repeat 50% / #{$custom-control-indicator-bg-size}; + background: 50% / #{$custom-control-indicator-bg-size} no-repeat; } } @@ -315,6 +315,7 @@ width: 100%; height: $custom-file-height; margin: 0; + overflow: hidden; opacity: 0; &:focus ~ .custom-file-label { @@ -347,6 +348,7 @@ z-index: 1; height: $custom-file-height; padding: $custom-file-padding-y $custom-file-padding-x; + overflow: hidden; font-family: $custom-file-font-family; font-weight: $custom-file-font-weight; line-height: $custom-file-line-height;