Skip to content

Commit 95d3dce

Browse files
committed
refactor: use better style when image gallery svg is selected
1 parent 34ca1ab commit 95d3dce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,11 @@ function RemoteFunctions(config = {}) {
15691569
if (imageGallerySelected) {
15701570
styles += `
15711571
.node-options span[data-action="image-gallery"] {
1572-
background-color: rgba(255, 255, 255, 0.25) !important;
1572+
background-color: rgba(50, 50, 220, 0.5) !important;
1573+
}
1574+
1575+
.node-options span[data-action="image-gallery"]:hover {
1576+
background-color: rgba(100, 100, 230, 0.6) !important;
15731577
}
15741578
`;
15751579
}

0 commit comments

Comments
 (0)