Commit ce4d6ab1 authored by Aron Carroll's avatar Aron Carroll

Remove the drop shadow from the highlight states

parent d711fc55
......@@ -58,8 +58,8 @@ $negative: #d11c2b;
$neutral: #0171ba;
//OTHER VARIABLES
$highlight-color: rgba(201, 215, 241, .5);
$highlight-mode-color: rgba(255, 255, 60, .5);
$highlight-color: rgba(192, 236, 253, 0.5);
$highlight-mode-color: rgba(255, 255, 60, 0.3);
$thread-padding: 1em;
$threadexp-width: .72em;
$score-width: 40px;
......
......@@ -204,18 +204,15 @@ $base-font-size: 14px;
.annotator-highlights-always-on .annotator-hl,
.annotator-hl-active, .annotator-hl-temporary, .annotator-hl-focused {
background: $highlight-color;
box-shadow:3px 3px 4px -1px #999999;
&::-moz-selection {
background: $highlight-color;
box-shadow:3px 3px 4px #999999;
}
&::-moz-selection, &::-moz-window-inactive, &::window-inactive {
background: $highlight-color;
box-shadow:3px 3px 4px #999999;
}
&::selection, &::selection:window-inactive {
background: $highlight-color;
box-shadow:3px 3px 4px #999999;
}
}
......@@ -225,7 +222,7 @@ $base-font-size: 14px;
.annotator-highlights-always-on .annotator-hl-active,
.annotator-highlights-always-on .annotator-hl-focused {
box-shadow:3px 3px 4px 3px #999999;
background-color: rgba($highlight-mode-color, 0.7)
}
// Sidebar
......
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