Improve layer handle design

This commit is contained in:
mathieucura
2021-01-10 18:21:39 +01:00
parent b1a4da9d15
commit a744b593dd
2 changed files with 7 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ template.innerHTML = `
}
.menu-button:hover, se-button:hover, .menu-item:hover
{
background-color: #2B3C45;
background-color: var(--icon-bg-color-hover);
}
img {
border: none;