← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1538932] [NEW] source.scss file does not take effect since it does not match source.html

 

Public bug reported:

openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html:
<div ng-controller="LaunchInstanceSourceController as ctrl">
  ...
<div>

But currently the source.scss is:
[ng-controller="LaunchInstanceSourceController"] {
  td.hi-light {
    color: #0084d1;
  }
  ...
}

Any change of scss file(such as:  color: red) does not take effect since
the two files do not match.

** Affects: horizon
     Importance: Undecided
     Assignee: Wang Bo (chestack)
         Status: In Progress

** Changed in: horizon
     Assignee: (unassigned) => Wang Bo (chestack)

-- 
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/1538932

Title:
  source.scss file does not take effect since it  does not match
  source.html

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.html:
  <div ng-controller="LaunchInstanceSourceController as ctrl">
    ...
  <div>

  But currently the source.scss is:
  [ng-controller="LaunchInstanceSourceController"] {
    td.hi-light {
      color: #0084d1;
    }
    ...
  }

  Any change of scss file(such as:  color: red) does not take effect
  since the two files do not match.

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


Follow ups