← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1431428] Re: extra semicolon in _variables.scss breaks some css

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

** Changed in: horizon
    Milestone: None => kilo-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1431428

Title:
  extra semicolon in _variables.scss breaks some css

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  There is an extra semicolon in _variables.scss that will output a
  stray "!default;" at the top of the compiled CSS files, which usually
  will invalidate the first CSS statement in the file (as well as
  invalidate the css).

  The line is:

  $helpPanelBorderColor: #888; !default;

  Note there should not be a semicolon before the "!default;"

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1431428/+subscriptions


References