Unverified Commit 55bb9360 authored by srinivasan pusuluri's avatar srinivasan pusuluri Committed by GitHub
Browse files

Merge pull request #8364 from pradoshKumar/release-5.1

Issue #ED-421 fix: CSS cleanup and themes cleanup & SASS migration
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -47,7 +47,7 @@
text-decoration: none;
background-color: var(--sb-linkmenu-bg-hover);
.sb-icon {
background-color: var(--sb-linkmenu-icon-bg-hover);
background-color: var(--sb-linkmenu-text-hover);
}
}
/*
......
......@@ -77,7 +77,7 @@
&:hover,
&.active {
background-color: var(--sidebar-li-hover-bg);
background-color: var(--sidebar-profil-header-bg);
}
}
}
......
......@@ -132,7 +132,7 @@
}
.filter-pref-text {
color:var(--filter-pref-text);
color:var(--sbt-class-bar-label-text);
}
.sbt-filter {
// margin-bottom: calculateRem(16px);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment