Skip to content

Commit 16a2ee2

Browse files
committed
Merge branch 'fix/theming-v3' of github.com:devtron-labs/devtron-fe-common-lib into feat/new-layout
2 parents e83976e + fb9e2dc commit 16a2ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Shared/Components/CICDHistory/cicdHistory.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171

172172
&:hover {
173173
text-decoration: unset;
174-
background: var(--bg-secondary);
174+
background: var(--bg-hover);
175175
}
176176

177177
&.active {

src/Shared/Components/CollapsibleList/CollapsibleList.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
&:hover:not(.no-hover) {
3131
color: var(--N700);
3232
text-decoration: none;
33-
background: var(--bg-secondary);
33+
background: var(--bg-hover);
3434
}
3535

3636
&:not(.active):not(.no-hover) &__title {

0 commit comments

Comments
 (0)