mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #34648 from nextcloud/backport/34634/stable25
[stable25] Fix unnecessary highlighting of selected element
This commit is contained in:
commit
9df81090f1
3 changed files with 5 additions and 5 deletions
|
|
@ -609,8 +609,8 @@ table td.selection {
|
|||
.select-all + label {
|
||||
padding: 16px;
|
||||
}
|
||||
.files-fileList tr td.selection > .selectCheckBox:focus + label,
|
||||
.select-all:focus + label {
|
||||
.files-fileList tr td.selection > .selectCheckBox:focus-visible + label,
|
||||
.select-all:focus-visible + label {
|
||||
background-color: var(--color-background-hover);
|
||||
border-radius: var(--border-radius-pill);
|
||||
outline: none !important;
|
||||
|
|
|
|||
|
|
@ -504,7 +504,7 @@ table td.selection {
|
|||
padding: 16px;
|
||||
}
|
||||
|
||||
&:focus + label {
|
||||
&:focus-visible + label {
|
||||
background-color: var(--color-background-hover);
|
||||
border-radius: var(--border-radius-pill);
|
||||
outline: none !important;
|
||||
|
|
|
|||
|
|
@ -609,8 +609,8 @@ table td.selection {
|
|||
.select-all + label {
|
||||
padding: 16px;
|
||||
}
|
||||
.files-fileList tr td.selection > .selectCheckBox:focus + label,
|
||||
.select-all:focus + label {
|
||||
.files-fileList tr td.selection > .selectCheckBox:focus-visible + label,
|
||||
.select-all:focus-visible + label {
|
||||
background-color: var(--color-background-hover);
|
||||
border-radius: var(--border-radius-pill);
|
||||
outline: none !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue