Visual enhancements

stable
xaviju 2017-01-25 09:15:21 +01:00
parent eda2f74c45
commit dad8022f4e
2 changed files with 4 additions and 3 deletions

View File

@ -11,13 +11,13 @@
padding: 0;
&.active {
.track-inner {
background: rgba($primary-light, .2);
background: rgba($primary-light, .4);
}
.icon {
fill: $primary;
}
.track-button-counter {
background: rgba($primary-light, .4);
background: rgba($primary-light, .6);
}
}
&.is-hover {

View File

@ -21,5 +21,6 @@
"floats": false,
"fallback-colors": false,
"adjoining-classes": false,
"qualified-headings": false
"qualified-headings": false,
"outline-none": false
}