Skip to content

Commit

Permalink
fix(core): navigation :hover state
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli authored Sep 8, 2022
1 parent c08df72 commit 16a6fee
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions build/assets/css/scuole.css
Original file line number Diff line number Diff line change
Expand Up @@ -9726,6 +9726,10 @@ h4,
color: #ffffff;
}

.card.card-bg:hover:has(> a) {
background-color: #fafafa;
}

.card.card-no-shadow {
box-shadow: none;
}
Expand Down Expand Up @@ -17568,6 +17572,11 @@ button.icon-text {
font-size: 1rem;
}

.aside-main .link-list-wrapper ul li a:hover {
text-decoration: underline;
}


.purplelight .aside-main .link-list-wrapper ul li a {
color: #B21DD0;
}
Expand Down Expand Up @@ -19881,10 +19890,9 @@ button.icon-text {
opacity: 1;
}

.nav-link.dropdown-toggle.active {
text-decoration: underline;
}

.nav-link:hover,
.menu-dropdown .link-list .list-item:hover,
.nav-link.dropdown-toggle.active,
.toggle-dropdown.active {
text-decoration: underline;
}
Expand Down Expand Up @@ -19974,4 +19982,4 @@ button.icon-text {
.close-user-menu svg {
width: 15px;
height: 15px;
}
}

0 comments on commit 16a6fee

Please sign in to comment.