mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 09:02:48 +08:00
fix pin button shadow, closes #4595
This commit is contained in:
parent
ebd6276b5e
commit
c6df25ece8
1 changed files with 5 additions and 0 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue