mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
SCSS Doc
This commit is contained in:
@@ -8,16 +8,16 @@
|
||||
// @see http://csswizardry.com/2013/04/shame-css/
|
||||
// Thanks https://github.com/heroheman/shepherd/blob/master/sass/_shame.scss
|
||||
// ==========================================================================
|
||||
|
||||
//
|
||||
// ==========================================================================
|
||||
// because hacks happen.
|
||||
//
|
||||
// be very specific about what each piece of code is doing, and
|
||||
// how to better fix it later
|
||||
// ==========================================================================
|
||||
|
||||
//
|
||||
// Try: $ git blame _shame.scss
|
||||
|
||||
//
|
||||
// Rules:
|
||||
// ---------------
|
||||
// 1. If it’s a hack, it goes in _shame.scss.
|
||||
@@ -32,11 +32,11 @@
|
||||
// Example:
|
||||
// ---------------
|
||||
// Nav specificity fix.
|
||||
|
||||
//
|
||||
// Someone used an ID in the header code (`#header a{}`) which trumps the
|
||||
// nav selectors (`.site-nav a{}`). Use !important to override it until I
|
||||
// have time to refactor the header stuff.
|
||||
|
||||
//
|
||||
// .site-nav a { color:#BADA55!important; }
|
||||
|
||||
// N°2847 - Recolor svg illustrations with iTop's primary color
|
||||
|
||||
Reference in New Issue
Block a user