better extension ui

This commit is contained in:
Mo Bitar
2017-01-04 21:53:05 -06:00
parent 24ed04b46f
commit b494a4da4a
9 changed files with 230 additions and 166 deletions

View File

@@ -53,8 +53,6 @@
}
}
$note-selection-color: #086dd6;
.note {
width: 100%;
padding: 15px;
@@ -75,13 +73,9 @@
}
&.selected {
background-color: $note-selection-color;
background-color: $blue-color;
color: white;
}
// &:hover:not(.selected) {
// background-color: $note-selection-color;
// color: white;
// }
}
}