|
35 | 35 | } |
36 | 36 |
|
37 | 37 | &:hover:not(:disabled):not(.button-vue--disabled) { |
38 | | - background-color: var(--ion-button-secondary-background-hover); |
39 | | - border-color: var(--ion-button-secondary-background-hover); |
40 | | - } |
41 | | - |
42 | | - #app-dashboard &:hover:not(:disabled):not(.button-vue--disabled) { |
43 | 38 | background-color: var(--ion-button-secondary-background-hover) !important; |
44 | 39 | border-color: var(--ion-button-secondary-background-hover); |
45 | 40 | color: var(--ion-button-secondary-text-hover); |
|
69 | 64 | } |
70 | 65 | } |
71 | 66 |
|
72 | | - &.button-vue--vue-primary:not(.unified-search-modal__header *), &.button-vue--vue-error:not(.unified-search-modal__header *), |
73 | | - /* ensure primary type styling of "new" button */ |
74 | | - &.action-item__menutoggle:not(.unified-search-modal__header *), &.files-list__header-upload-button--disabled { |
75 | | - background-color: var(--ion-button-primary-background-default); |
76 | | - } |
77 | | - |
78 | 67 | #app-dashboard &.action-item__menutoggle:not(.unified-search-modal__header *), #app-dashboard &.files-list__header-upload-button--disabled { |
79 | | - background-color: var(--ion-button-primary-background-default) !important; |
| 68 | + background-color: light-dark(var(--ion-color-blue-b7), var(--ion-button-secondary-background-default)); |
| 69 | + border: var(--ion-button-secondary-border-default); |
80 | 70 | } |
81 | 71 |
|
82 | 72 | &.button-vue--vue-primary:not(.unified-search-modal__header *), &.button-vue--vue-error:not(.unified-search-modal__header *), |
83 | 73 | &.action-item__menutoggle:not(.unified-search-modal__header *), &.files-list__header-upload-button--disabled { |
| 74 | + background-color: var(--ion-button-primary-background-default); |
84 | 75 | border: none; |
85 | 76 |
|
86 | 77 | .button-vue__text, .button-vue__icon svg { |
|
0 commit comments