mirror of
https://github.com/zadam/trilium.git
synced 2026-02-26 08:33:36 +01:00
ui/grid view card: tweak style
This commit is contained in:
parent
29df06626b
commit
90844d5bc2
@ -271,7 +271,7 @@
|
||||
transition: background-color 200ms ease-out;
|
||||
}
|
||||
|
||||
&:not(:has(.note-book-item-menu:active)):active {
|
||||
&:not(:has(:is(.note-book-item-menu:active, .btn-primary:active))):active {
|
||||
transform: scale(.98);
|
||||
}
|
||||
|
||||
@ -281,7 +281,7 @@
|
||||
|
||||
.note-book-header {
|
||||
margin-bottom: 0;
|
||||
border-bottom: 1px solid var(--main-border-color);
|
||||
border-bottom: 1px solid var(--card-border-color, var(--main-border-color));
|
||||
padding-bottom: .5rem;
|
||||
word-break: break-all;
|
||||
flex-shrink: 0;
|
||||
@ -336,6 +336,10 @@
|
||||
&:hover {
|
||||
background: var(--more-accented-background-color);
|
||||
}
|
||||
|
||||
&:active {
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user