Change styles on active, hover and focus state for background buttons

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
This commit is contained in:
julia.kirschenheuter 2023-10-24 09:50:37 +02:00
parent 13a8a1793c
commit 18751d0e52
3 changed files with 5 additions and 5 deletions

View file

@ -387,8 +387,8 @@ export default {
&--active,
&:hover,
&:focus {
// Use theme color primary, see inline css variable in template
border: 2px solid var(--border-color, var(--color-primary-element)) !important;
outline: 2px solid var(--color-main-text) !important;
border-color: var(--color-main-background) !important;
}
// Icon

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long