Commit 2070d934 authored by Robert Knight's avatar Robert Knight

Minor CR fixups

 - Use a variable instead of a hardcoded color for the "New note" button
   in the sidebar tutorial.
 - Remove unused `width` and `height` attributes. The icon's size is set
   via `width` and `height` properties in CSS.
parent ccde8963
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<div class="sidebar-tutorial__list-item-content"> <div class="sidebar-tutorial__list-item-content">
Select some text to Select some text to
<span class="sidebar-tutorial__list-item-annotate">annotate</span> <span class="sidebar-tutorial__list-item-annotate">annotate</span>
<svg-icon width="3px" height="10px" class="sidebar-tutorial__list-item-cursor" name="'cursor'"></svg-icon> <svg-icon class="sidebar-tutorial__list-item-cursor" name="'cursor'"></svg-icon>
or highlight. or highlight.
</div> </div>
</li> </li>
......
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
} }
.sidebar-tutorial__list-item-new-note-btn { .sidebar-tutorial__list-item-new-note-btn {
background-color: #626262; background-color: $color-dove-gray;
border: none; border: none;
border-radius: 3px; border-radius: 3px;
color: #fff; color: #fff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment