Fixed app module section link hover color.

pull/120/head
Fabio Caccamo 2021-01-11 15:34:42 +01:00
parent ed25f0fdde
commit 17bb35c559
1 changed files with 5 additions and 0 deletions

View File

@ -106,6 +106,11 @@
font-weight: normal; font-weight: normal;
} }
.admin-interface #nav-sidebar .current-app .section:focus,
.admin-interface #nav-sidebar .current-app .section:hover {
color: {{ theme.css_module_link_hover_color }};
}
.admin-interface #nav-sidebar .current-model { .admin-interface #nav-sidebar .current-model {
background: #FFFFCC; background: #FFFFCC;
} }