CSS: Remove useless color mixins

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-26 12:43:42 +01:00
parent 8341415d28
commit a35931020e
1 changed files with 0 additions and 12 deletions

View File

@ -1,9 +1,5 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ /*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
.bg-color-default() {
background-color: inherit;
}
.bg-color-ok, .bg-color-ok,
.bg-color-up { .bg-color-up {
background-color: @color-ok; background-color: @color-ok;
@ -87,11 +83,3 @@
.fg-color-pending { .fg-color-pending {
color: @color-pending; color: @color-pending;
} }
.fg-color-default {
color: inherit;
}
.fg-color-inverted() {
color: @text-color-inverted;
}