Local control tweaks

Fixes #2094
- Adjust timing;
- Added hover effects for .s-notebook-entry;
This commit is contained in:
charlesh88
2018-07-03 14:33:35 -07:00
parent 95457a1981
commit 755cf21d3f
2 changed files with 3 additions and 9 deletions

View File

@@ -34,10 +34,12 @@
}
.s-notebook-entry {
transition: background-color 500ms ease-out;
background-color: rgba($colorBodyFg, 0.1);
border-radius: $basicCr;
&:hover {
transition: background-color 50ms ease-in;
background-color: rgba($colorBodyFg, 0.2);
}