Skip to content

Commit

Permalink
bug: fix paths for icons files for table hover buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Nov 20, 2024
1 parent be1b7fe commit 6c69128
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
cursor: pointer;
}
.PlaygroundEditorTheme__tableAddColumns:after {
background-image: url(../images/icons/plus.svg);
background-image: url(/images/icons/plus.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
Expand Down Expand Up @@ -230,7 +230,7 @@
cursor: pointer;
}
.PlaygroundEditorTheme__tableAddRows:after {
background-image: url(../images/icons/plus.svg);
background-image: url(/images/icons/plus.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
Expand Down

0 comments on commit 6c69128

Please sign in to comment.