Commit 78296695 authored by Nikolay Gromov's avatar Nikolay Gromov

Табы: избавился от important

parent 04ef72ee
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
position: relative; position: relative;
border: 1px solid $border-color; border: 1px solid $border-color;
margin: 0 0.3em 0.3em 0; margin: 0 0.3em 0.3em 0;
color: $text-color--muted;
@media (min-width: $screen-md) { @media (min-width: $screen-md) {
margin: 0; margin: 0;
...@@ -46,13 +47,13 @@ ...@@ -46,13 +47,13 @@
} }
&--active { &--active {
color: $text-color;
@media (min-width: $screen-md) { @media (min-width: $screen-md) {
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
} }
#{$block-name}__link { #{$block-name}__link {
color: $text-color !important;
background-color: #fff; background-color: #fff;
} }
} }
...@@ -61,17 +62,13 @@ ...@@ -61,17 +62,13 @@
&__link { &__link {
display: block; display: block;
padding: $field-padding-vertical $field-padding-horizontal; padding: $field-padding-vertical $field-padding-horizontal;
color: $text-color--muted; color: currentColor;
text-decoration: none; text-decoration: none;
background-color: $gray-lightest; background-color: $gray-lightest;
&:hover, &:hover,
&:focus { &:focus {
color: $text-color--muted; color: currentColor;
}
&:visited {
color: $text-color--muted;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment