New: Removed three-dot button from lists on desktop as right-click does the same job
This commit is contained in:
parent
ad4f3e45f7
commit
502352cbfd
1 changed files with 2 additions and 1 deletions
|
|
@ -363,7 +363,8 @@ html {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop .cardOverlayButton-br button[data-action="menu"] {
|
.layout-desktop .cardOverlayButton-br button[data-action="menu"],
|
||||||
|
.layout-desktop .listItemButton[data-action="menu"]{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue