Merge pull request #3585 from nextcloud/popover-clickable-area
expand clickable area of popover menu entries to full width
This commit is contained in:
commit
34e0b21f41
|
@ -693,6 +693,7 @@ kbd {
|
|||
}
|
||||
}
|
||||
.menuitem {
|
||||
width: 100%;
|
||||
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)' !important;
|
||||
filter: alpha(opacity = 50) !important;
|
||||
opacity: .5 !important;
|
||||
|
|
Loading…
Reference in New Issue