← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1287616] [NEW] horizon.less does not use bootstrap mixins

 

Public bug reported:

Horizon use Bootstrap to provide an easy way to design the application.
Bootstrap has some utils functions called mixins, these functions avoid
the use of prefixed css properties. In the file horizon.less those
mixins are not used and can lead to issues on dedicated browsers, in
addition it reduces the number of line to maintain.

Furthermore, a lot of features which could be handled by css are made in
javascript with jquery, it could be interesting  to migrate this logic
to css and reduce the footprint of the javascript in horizon.

** Affects: horizon
     Importance: Undecided
     Assignee: Maxime Vidori (maxime-vidori)
         Status: 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/1287616

Title:
  horizon.less does not use bootstrap mixins

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Horizon use Bootstrap to provide an easy way to design the
  application. Bootstrap has some utils functions called mixins, these
  functions avoid the use of prefixed css properties. In the file
  horizon.less those mixins are not used and can lead to issues on
  dedicated browsers, in addition it reduces the number of line to
  maintain.

  Furthermore, a lot of features which could be handled by css are made
  in javascript with jquery, it could be interesting  to migrate this
  logic to css and reduce the footprint of the javascript in horizon.

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


Follow ups

References