Border radius

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-10-04 19:11:09 +02:00 committed by Jan-Christoph Borchardt
parent 1f1dddcc5e
commit b532c95162
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17

View file

@ -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