Border radius
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
1f1dddcc5e
commit
b532c95162
1 changed files with 5 additions and 0 deletions
|
@ -812,6 +812,11 @@ table.dragshadow td.size {
|
|||
|
||||
.name {
|
||||
height: 100%;
|
||||
border-radius: var(--border-radius);
|
||||
// since we're using thumbnail, name and actions bg
|
||||
// we need to hide the overflow for the radius to show
|
||||
// luckily the popovermenu is outside .name
|
||||
overflow: hidden;
|
||||
// we but the thumbnail in background to ensure
|
||||
// the name is the default click handler
|
||||
// force back the cursor which have been overrided
|
||||
|
|
Loading…
Reference in a new issue