yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #16893
[Bug 1337603] [NEW] css incorrect path to icons glyphicons-halflings.png
Public bug reported:
With the recent merge from LESS to SCSS, it seems that the a url path to
the glyphicons is broken when I use an icon directly (<i class="icon-
inbox"></i>).
Not sure if this will be fixed with bootstrap upgrade?
https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/bootstrap/scss/bootstrap/_sprites.scss#L23
background-image: asset-url("glyphicons-halflings.png", image); ==> page
not found error @
/static/dashboard/scss/glyphicons-halflings.png. when it should have been:
/static/bootstrap/img/glyphicons-halflings.png
** Affects: horizon
Importance: Undecided
Status: New
--
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/1337603
Title:
css incorrect path to icons glyphicons-halflings.png
Status in OpenStack Dashboard (Horizon):
New
Bug description:
With the recent merge from LESS to SCSS, it seems that the a url path
to the glyphicons is broken when I use an icon directly (<i class
="icon-inbox"></i>).
Not sure if this will be fixed with bootstrap upgrade?
https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/bootstrap/scss/bootstrap/_sprites.scss#L23
background-image: asset-url("glyphicons-halflings.png", image); ==>
page not found error @
/static/dashboard/scss/glyphicons-halflings.png. when it should have been:
/static/bootstrap/img/glyphicons-halflings.png
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1337603/+subscriptions
Follow ups
References