Skip to main content

Navigation and Sidebar Hovers

/* Navigation and Sidebar Hovers */
.tri-layout-left-contents:hover, .tri-layout-right-contents:hover {
background-color: rgba(255,255,255,.75);
}
.entity-list-item:not(.no-hover):hover, .icon-list-item:not(.no-hover):hover {
background-color: rgba(197, 197, 197, 0.63);
text-decoration: none;
border-radius: 4px;
}
/* Dark Mode Hovers */
html.dark-mode .entity-list-item:not(.no-hover):hover, html.dark-mode .icon-list-item:not(.no-hover):hover {
background-color: rgba(0,0,0,.9);
}
html.dark-mode .tri-layout-left-contents:hover, html.dark-mode .tri-layout-right-contents:hover {
background-color: rgba(0,0,0,.6);
}