Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #25127
Closed
Open
Issue created Dec 29, 2017 by Administrator@rootContributor

custom-file selector isn't a valid CSS value since upgrade to beta3

Created by: javinto

I have a Ruby-on-rails project (using the Bootstrap gem) where I use the custom file selector text according to the documentation:

$custom-file-text: (
  placeholder: (
    en: "Choose file...",
    nl: "Selecteer bestand..."
  ),
  button-label: (
    en: "Browse",
    nl: "Selecteer"
  )
);

After upgrading from beta 2.1 to beta 3 I now get the following error:

(en: "Choose file...", nl: "Selecteer bestand...") isn't a valid CSS value.

As I'm using SASS I ensured not upgrading any other gem but Bootstrap to exclude other gems from being the problem gem.

I could not find any upgrade or migration information on this specific component. So I suspect it is a bug. Here is my error:

schermafbeelding 2017-12-29 om 23 32 08
Assignee
Assign to
Time tracking