mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
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:
parent
13a8a1793c
commit
18751d0e52
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
4
dist/theming-personal-theming.js
vendored
4
dist/theming-personal-theming.js
vendored
File diff suppressed because one or more lines are too long
2
dist/theming-personal-theming.js.map
vendored
2
dist/theming-personal-theming.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue