User status dialog a11y: make different focus and active state for OnlineStatusSelect and PredefinedStatus

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
julia.kirschenheuter 2022-11-15 09:12:51 +01:00 committed by nextcloud-command
parent dce83459d5
commit e056cd621d
6 changed files with 14 additions and 6 deletions

View file

@ -125,6 +125,10 @@ $label-padding: 8px;
border-color: var(--color-primary);
}
&__label:active {
border-color: var(--color-border-dark);
}
&__subline {
display: block;
color: var(--color-text-lighter);

View file

@ -89,6 +89,10 @@ export default {
background-color: var(--color-background-hover);
}
&:active{
background-color: var(--color-background-dark);
}
&__icon {
flex-basis: 40px;
text-align: center;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long