Skip to content

Commit 53732fc

Browse files
author
Maja Grubic
committed
Fixing double handler
1 parent 058a718 commit 53732fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/dashboard_embeddable_container/public/embeddable/grid/_dashboard_grid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
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");
7575

7676
&::after {
77-
border: none;
77+
border: none !important;
7878
}
7979

8080
&:hover,

0 commit comments

Comments
 (0)