Merge pull request #28011 from nextcloud/backport/27995/stable22

[stable22] some multiselect design fixes
This commit is contained in:
Julius Härtl 2021-07-20 13:14:58 +02:00 committed by GitHub
commit da157ea242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View file

@ -233,11 +233,16 @@ table th .columntitle {
vertical-align: middle;
}
table.multiselect th .columntitle {
display: inline-block;
display: inline-block;
margin-right: -20px;
}
table th .columntitle.name {
padding-left: 0;
margin-left: 50px;
margin-left: 44px;
}
table.multiselect th .columntitle.name {
margin-left: 0;
}
table th .sort-indicator {

View file

@ -478,6 +478,9 @@ tr {
.selectedActions > a {
opacity: .5;
position: relative;
top: 2px;
&:hover, &:focus {
opacity: 1;
}