Commit c50817f8 authored by Randall Leeds's avatar Randall Leeds

Use js-hover instead of card-emphasis

parent 14d12283
...@@ -7,7 +7,7 @@ $threadexp-width: .6em; ...@@ -7,7 +7,7 @@ $threadexp-width: .6em;
} }
& > li.thread:hover, & > li.thread:hover,
.card-emphasis { & > li.thread.js-hover {
@include focus-outline; @include focus-outline;
} }
} }
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</span> </span>
</li> </li>
<li class="paper thread" <li class="paper thread"
ng-class="{'card-emphasis': isFocused(child.message)}" ng-class="{'js-hover': isFocused(child.message)}"
deep-count="count" deep-count="count"
thread="child" thread-filter thread="child" thread-filter
thread-collapsed="!search.query" thread-collapsed="!search.query"
......
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