Drupal: odstranitev ozadja pri neaktivnem tabu.

This commit is contained in:
Robert Smalc 2020-08-27 12:51:08 +02:00
parent b9e03aba5d
commit 9b2cc76020
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -32,7 +32,7 @@
border-style: solid;
border-width: 1px;
border-color: $siva;
background-color: #fff;
background-color: transparent;
-webkit-transition: border 200ms ease;
transition: border 200ms ease;
color: #333;
@ -72,6 +72,7 @@
> li.active {
border-bottom-color: #FFFFFF;
background-color: #ffffff;
> a {
font-weight: 500;