Menu tabs: add margin transition (on hover/active)
This commit is contained in:
parent
33e3f2026c
commit
eaa65d0e13
2 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,7 @@ body {
|
|||
margin: 2px 0;
|
||||
border-top-left-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
transition: margin 0.1s ease-in-out;
|
||||
|
||||
&:hover {
|
||||
margin-left: 10px;
|
||||
|
|
|
@ -47,6 +47,7 @@ body {
|
|||
margin: 2px 0;
|
||||
border-top-left-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
transition: margin 0.1s ease-in-out;
|
||||
color: white; }
|
||||
#main-container .tab-selector ul li a:hover {
|
||||
margin-left: 10px; }
|
||||
|
|
Loading…
Reference in a new issue