1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

isactive fix

This commit is contained in:
Marius 2021-04-18 00:33:15 +02:00
parent fb6b0d1caf
commit 4e08d1f146
3 changed files with 6 additions and 6 deletions

View File

@ -243,8 +243,8 @@ div[class*='EnhancedSelectInputOption']:hover {
}
[class*="PageSidebarItem-isActiveLink-"] {
color: #FFF;
background-color: hsla(0, 0%, 100%, .08);
color: #FFF !important;
background-color: hsla(0, 0%, 100%, .08) !important;
}
[class*="PageSidebarItem-isActiveParentLink-"] {

View File

@ -210,8 +210,8 @@ a:hover {
}
[class*="PageSidebarItem-isActiveLink-"] {
color: #FFF;
background-color: hsla(0, 0%, 100%, .08);
color: #FFF !important;
background-color: hsla(0, 0%, 100%, .08) !important;
}
[class*="PageSidebarItem-isActiveParentLink-"] {

View File

@ -228,8 +228,8 @@ a:hover {
}
[class*="PageSidebarItem\/isActiveLink\/"] {
color: #FFF;
background-color: hsla(0, 0%, 100%, .08);
color: #FFF !important;
background-color: hsla(0, 0%, 100%, .08) !important;
}
[class*="PageSidebarItem\/isActiveParentLink\/"] {