Skip to content

Commit

Permalink
[Dashboard] Grid: removing double handler (#53707)
Browse files Browse the repository at this point in the history
* Fixing double handler

* Adding a comment

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
Maja Grubic and elasticmachine authored Dec 23, 2019
1 parent b921987 commit 8ee7d87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Cpolygon fill='#{hexToRGB($euiColorDarkShade)}' points='6 6 0 6 0 4.2 4 4.2 4.2 4.2 4.2 0 6 0' /%3E%3C/svg%3E%0A");

&::after {
border: none;
border: none !important; /** overrides library default visual indicator **/
}

&:hover,
Expand Down

0 comments on commit 8ee7d87

Please sign in to comment.