mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Proper opacity on multiselect actions in files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
9a05fd4f52
commit
2c7a1c8609
1 changed files with 5 additions and 2 deletions
|
|
@ -464,7 +464,7 @@ td.avatar {
|
|||
}
|
||||
}
|
||||
|
||||
tr .action:not(.permanent), .selectedActions a {
|
||||
tr .action:not(.permanent), .selectedActions > a {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
|
@ -476,8 +476,11 @@ tr {
|
|||
}
|
||||
}
|
||||
|
||||
.selectedActions a {
|
||||
.selectedActions > a {
|
||||
opacity: .5;
|
||||
&:hover, &:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
tr .action {
|
||||
|
|
|
|||
Loading…
Reference in a new issue