Skip to content

Commit

Permalink
Bootstrap v4 Beta 3 changed the scss variable
Browse files Browse the repository at this point in the history
The SCSS map for $custom-file-text has changed. Per this GH issue:
twbs/bootstrap#25127

I looked at the _variables.scss file to find the updated map.
  • Loading branch information
afomera committed Dec 30, 2017
1 parent f246822 commit a56a3ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/stylesheets/hootstrap/base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,7 @@ $custom-file-box-shadow: $input-box-shadow;
$custom-file-button-color: $custom-file-color;
$custom-file-button-bg: $input-group-addon-bg;
$custom-file-text: (
placeholder: (en: "Choose file..."),
button-label: (en: "Browse")
en: "Browse"
);

// Form validation
Expand Down

0 comments on commit a56a3ec

Please sign in to comment.