Skip to content

Commit

Permalink
[FEATURE] PageLayoutModul: Headline hover visibility
Browse files Browse the repository at this point in the history
Related: #393
Release: 8.0.0
  • Loading branch information
opi99 committed Jun 16, 2022
1 parent b67555d commit aa9d053
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Resources/Public/StyleSheet/PageLayout.css
Expand Up @@ -157,6 +157,18 @@ nav.flashRed {
cursor: pointer;
}

.tvp-node:hover .tvp-node:hover > .card-header > .navbar {
background-color: var(--bs-gray-500) !important;
}

.tvp-node:hover .tvp-node:hover .card-body {
opacity: 1;
}

.tvp-node .tvp-node .card-body {
opacity: 0.6;
}

/** @TODO default transition only while switching theme? */
.animationTransition {
transition: all 0.5s linear 0s;
Expand Down

0 comments on commit aa9d053

Please sign in to comment.