Commit 5fe4da83 authored by Allen Lai's avatar Allen Lai Committed by Annabel Dunstone Gray

Remove incorrect box shadow on active and focus button states

parent c9e6b390
......@@ -29,7 +29,7 @@
&:focus,
&:active {
background-color: $btn-active-gray;
box-shadow: $gl-btn-active-background;
box-shadow: none;
}
}
......
---
title: fix CSS shadowbox on focus
merge_request: 21785
author: allenlai18
type: fixed
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