stable

Clone or download

Read-only

Refactoring: move individual widgets stylesheets in dedicated file

Part of story #10334: Widget Heartbeat - artifacts Use the same approach as Heartbeat widget, so that we don't clutter much the dashboard-widgets file. I hope also that it will prevent people to create file in random places (sometimes rules were added in dashboard-widgets, sometimes in widgets, sometimes in widget-trackerv3…). Change-Id: Id8d6a9f256e2db86eb3bffc22da8d1e01998de7d

Modified Files

Name
M src/www/themes/BurningParrot/css/_includes.scss +0 −2 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_dashboard-widgets.scss +6 −44 Go to diff View file
A src/www/themes/BurningParrot/css/includes/widgets/contacts.scss +31 −0 Go to diff View file
A src/www/themes/BurningParrot/css/includes/widgets/imageviewer.scss +26 −0 Go to diff View file
A src/www/themes/BurningParrot/css/includes/widgets/lastcommit.scss +32 −0 Go to diff View file
R src/www/themes/BurningParrot/css/includes/_widgets.scss Go to diff View file
A src/www/themes/BurningParrot/css/includes/widgets/projectmembers.scss +22 −0 Go to diff View file
R src/www/themes/BurningParrot/css/includes/widget-trackerv3-compatibility.scss Go to diff View file