Skip to content
Snippets Groups Projects
Commit 2b301494 authored by Titouan BOUETE-GIRAUD's avatar Titouan BOUETE-GIRAUD
Browse files

Added hover effects

parent 32fc95c6
No related branches found
No related tags found
No related merge requests found
......@@ -21,12 +21,20 @@
height: 25px;
}
.dome-xSideBar-double-primary-icon:hover {
background-color: var(--background-profound-hover);
}
.dome-xSideBar-double-primary-label {
display: inline-block;
margin-top: 5px;
font-weight: bold;
}
.dome-xSideBar-double-primary-label:hover {
background-color: var(--background-profound-hover);
}
.dome-xSideBar-double-primary.dome-color-frame
{
background: var(--background-intense) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment