refactor(theme): rename link-color theme variable

This commit is contained in:
KostyaDanovsky 2017-09-15 18:42:08 +03:00
parent 300d24f701
commit 06e86482d6
3 changed files with 5 additions and 5 deletions

View file

@ -147,7 +147,7 @@
font-size: 2.25rem;
@include nb-for-theme(cosmic) {
color: nb-theme(link-color-active);
color: nb-theme(link-color);
}
}
}

View file

@ -27,7 +27,7 @@
@include nb-for-theme(cosmic) {
&.selected {
color: nb-theme(link-color-active);
color: nb-theme(link-color);
}
}
}

View file

@ -64,7 +64,7 @@
width: 100px;
@include nb-for-theme(cosmic) {
background-color: nb-theme(link-color-active);
background-color: nb-theme(link-color);
}
}
@ -95,7 +95,7 @@
@include nb-for-theme(cosmic) {
@include install-thumb() {
background: nb-theme(link-color-active);
background: nb-theme(link-color);
}
}
}
@ -133,7 +133,7 @@
color: nb-theme(color-success);
@include nb-for-theme(cosmic) {
color: nb-theme(link-color-active);
color: nb-theme(link-color);
}
}
}