Skip to content

Commit

Permalink
Fix: Remove background color when using pin images (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck committed Jul 17, 2023
1 parent 59e377d commit 6aaa5e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions less/plugins/adapt-contrib-hotgraphic/hotgraphic.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
.hotgraphic {
&__pin.has-pin-image {
background-color: transparent;

.no-touch &:not(.is-disabled):not(.is-locked):hover {
background-color: transparent;
}
}

&__pin:not(.has-pin-image) {
background-color: @item-color;
color: @item-color-inverted;
Expand Down

0 comments on commit 6aaa5e7

Please sign in to comment.