Skip to content

Commit

Permalink
CSS: Remove useless color mixins
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 26, 2015
1 parent 8341415 commit a359310
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions public/css/icinga/colors.less
@@ -1,9 +1,5 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

.bg-color-default() {
background-color: inherit;
}

.bg-color-ok,
.bg-color-up {
background-color: @color-ok;
Expand Down Expand Up @@ -87,11 +83,3 @@
.fg-color-pending {
color: @color-pending;
}

.fg-color-default {
color: inherit;
}

.fg-color-inverted() {
color: @text-color-inverted;
}

0 comments on commit a359310

Please sign in to comment.