Drupal: odstranitev ozadja pri neaktivnem tabu.
This commit is contained in:
parent
b9e03aba5d
commit
9b2cc76020
File diff suppressed because one or more lines are too long
@ -32,7 +32,7 @@
|
|||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-color: $siva;
|
border-color: $siva;
|
||||||
background-color: #fff;
|
background-color: transparent;
|
||||||
-webkit-transition: border 200ms ease;
|
-webkit-transition: border 200ms ease;
|
||||||
transition: border 200ms ease;
|
transition: border 200ms ease;
|
||||||
color: #333;
|
color: #333;
|
||||||
@ -72,6 +72,7 @@
|
|||||||
|
|
||||||
> li.active {
|
> li.active {
|
||||||
border-bottom-color: #FFFFFF;
|
border-bottom-color: #FFFFFF;
|
||||||
|
background-color: #ffffff;
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user