mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
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:
parent
dce83459d5
commit
e056cd621d
6 changed files with 14 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
4
dist/user-status-modal-8299.js
vendored
4
dist/user-status-modal-8299.js
vendored
File diff suppressed because one or more lines are too long
2
dist/user-status-modal-8299.js.map
vendored
2
dist/user-status-modal-8299.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/user_status-menu.js
vendored
4
dist/user_status-menu.js
vendored
File diff suppressed because one or more lines are too long
2
dist/user_status-menu.js.map
vendored
2
dist/user_status-menu.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue