Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaƫl Poupard <ffoodd@users.noreply.github.com>2021-10-29 08:47:24 +0300
committerGitHub <noreply@github.com>2021-10-29 08:47:24 +0300
commit7a9a3ab50fdc07f4b994a347d05184311eadcb2a (patch)
tree1881d9512acc538e837d3173d03e437caa002245 /scss/_reboot.scss
parent2e87f9aef0dca68967199e52660b645b75dd169d (diff)
Drop prefixed version of `::file-selector-button` (#35232)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'scss/_reboot.scss')
-rw-r--r--scss/_reboot.scss10
1 files changed, 2 insertions, 8 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 65b98f44b6..a392c70616 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -571,16 +571,10 @@ legend {
}
-// Inherit font family and line height for file input buttons
-
-::file-selector-button {
- font: inherit;
-}
-
-// 1. Change font properties to `inherit`
+// 1. Inherit font family and line height for file input buttons
// 2. Correct the inability to style clickable types in iOS and Safari.
-::-webkit-file-upload-button {
+::file-selector-button {
font: inherit; // 1
-webkit-appearance: button; // 2
}