← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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;"

** Affects: horizon
     Importance: Undecided
     Assignee: Brian Tully (brian-tully)
         Status: In Progress


** Tags: css horizon scss

** Changed in: horizon
     Assignee: (unassigned) => Brian Tully (brian-tully)

** Changed in: horizon
       Status: New => In Progress

-- 
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):
  In Progress

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


Follow ups

References