Skip to content

Commit

Permalink
fix: background color to use for selected note cell
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed May 12, 2022
1 parent 942226e commit 131f13c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/_notes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
cursor: pointer;

&:hover {
background-color: var(--sn-stylekit-grey-5);
background-color: var(--sn-stylekit-contrast-background-color);
}

.icon {
Expand Down Expand Up @@ -299,7 +299,7 @@
}

&.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);

progress {
Expand All @@ -321,3 +321,4 @@
}
}
}

0 comments on commit 131f13c

Please sign in to comment.