feat(Home): better shuffle management
This commit is contained in:
parent
3ec125c29f
commit
7c120914e0
3 changed files with 58 additions and 20 deletions
|
|
@ -121,6 +121,12 @@ Nav
|
|||
color: initial;
|
||||
}
|
||||
|
||||
.nav-item:focus {
|
||||
outline: 0;
|
||||
transform: scale(1.05);
|
||||
color: initial;
|
||||
}
|
||||
|
||||
.nav-item svg {
|
||||
width: .75em;
|
||||
height: .75em;
|
||||
|
|
@ -161,15 +167,15 @@ Nav
|
|||
border-color: rgba(255, 111, 10, 1);
|
||||
}
|
||||
|
||||
.nav-item.enabled .nav-access {
|
||||
.nav-item.enabled .nav-access, .nav-item:focus .nav-access {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.nav-item.enabled .nav-icon {
|
||||
.nav-item.enabled .nav-icon, .nav-item:focus .nav-icon {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.nav-item.enabled .nav-title {
|
||||
.nav-item.enabled .nav-title, .nav-item:focus .nav-title {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
|
@ -408,6 +414,7 @@ Nav
|
|||
}
|
||||
.header-left {
|
||||
display: block;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
.header-menu {
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue