This commit is contained in:
Mo Bitar
2016-12-25 18:38:58 -06:00
parent a091323faf
commit 4e239e481c
5 changed files with 14 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
.notes {
width: 30%;
width: 25%;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
@@ -52,7 +52,7 @@
}
}
$note-selection-color: #2960ec;
$note-selection-color: #086dd6;
.note {
width: 100%;
@@ -77,9 +77,9 @@
color: white;
}
&:hover:not(.selected) {
background-color: $note-selection-color;
color: white;
}
// &:hover:not(.selected) {
// background-color: $note-selection-color;
// color: white;
// }
}
}