1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-07 03:31:57 +00:00

Fix linting again

This commit is contained in:
Magnus Walbeck 2024-04-12 11:42:18 +02:00
parent d8733ba0d4
commit 28a613550f
Signed by: mwalbeck
SSH key fingerprint: SHA256:LW2enW+zg6O/tGp+u4fVcpo+4Bn9y1qGj9SxUIBdK3s

View file

@ -29,7 +29,9 @@ input[type="submit"] {
}
}
.button-vue.button-vue--vue-secondary:not(.property-color__color-preview):not(.unified-search__button) {
.button-vue.button-vue--vue-secondary:not(.property-color__color-preview):not(
.unified-search__button
) {
background-color: var(--color-main-background) !important;
border: 1px solid var(--color-border) !important;
color: var(--color-main-text) !important;