fix pin button shadow, closes #4595

This commit is contained in:
zadam 2024-01-28 08:36:16 +01:00
parent ebd6276b5e
commit c6df25ece8

View file

@ -30,9 +30,14 @@ const TPL = `
height: 40px;
width: 40px;
}
.title-bar-buttons .top-btn.active{
background-color:var(--accented-background-color);
}
.title-bar-buttons .btn.focus, .title-bar-buttons .btn:focus {
box-shadow: none;
}
</style>
<!-- divs act as a hitbox for the buttons, making them clickable on corners -->