mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fix pin button shadow, closes #4595
This commit is contained in:
parent
ebd6276b5e
commit
c6df25ece8
@ -30,9 +30,14 @@ const TPL = `
|
|||||||
height: 40px;
|
height: 40px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-bar-buttons .top-btn.active{
|
.title-bar-buttons .top-btn.active{
|
||||||
background-color:var(--accented-background-color);
|
background-color:var(--accented-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title-bar-buttons .btn.focus, .title-bar-buttons .btn:focus {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- divs act as a hitbox for the buttons, making them clickable on corners -->
|
<!-- divs act as a hitbox for the buttons, making them clickable on corners -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user