Commit 86d65079 authored by csillag's avatar csillag

Use focus outline instead of the drop shadows

parent 45815003
...@@ -8,7 +8,7 @@ $threadexp-width: .6em; ...@@ -8,7 +8,7 @@ $threadexp-width: .6em;
& > li.thread:hover, & > li.thread:hover,
.card-emphasis { .card-emphasis {
box-shadow: 4px 4px 4px -2px $gray-light; @include focus-outline;
} }
} }
......
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