fix: background color to use for selected note cell
This commit is contained in:
@@ -127,7 +127,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--sn-stylekit-grey-5);
|
background-color: var(--sn-stylekit-contrast-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
@@ -299,7 +299,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
background-color: var(--sn-stylekit-grey-5);
|
background-color: var(--sn-stylekit-contrast-background-color);
|
||||||
border-left: 2px solid var(--sn-stylekit-info-color);
|
border-left: 2px solid var(--sn-stylekit-info-color);
|
||||||
|
|
||||||
progress {
|
progress {
|
||||||
@@ -321,3 +321,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user