File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 3535 }
3636
3737 & : hover : not (: disabled ): not (.button-vue--disabled ) {
38- background-color : var (--ion-button-secondary-background-hover )!important ;
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+ background-color : var (--ion-button-secondary-background-hover ) !important ;
3944 border-color : var (--ion-button-secondary-background-hover );
4045 color : var (--ion-button-secondary-text-hover );
4146
6772 & .button-vue--vue-primary : not (.unified-search-modal__header * ), & .button-vue--vue-error : not (.unified-search-modal__header * ),
6873 /* ensure primary type styling of "new" button */
6974 & .action-item__menutoggle : not (.unified-search-modal__header * ), & .files-list__header-upload-button--disabled {
70- background-color : var (--ion-button-primary-background-default )!important ;
75+ background-color : var (--ion-button-primary-background-default );
76+ }
77+
78+ # 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 ;
80+ }
81+
82+ & .button-vue--vue-primary : not (.unified-search-modal__header * ), & .button-vue--vue-error : not (.unified-search-modal__header * ),
83+ & .action-item__menutoggle : not (.unified-search-modal__header * ), & .files-list__header-upload-button--disabled {
7184 border : none;
7285
7386 .button-vue__text , .button-vue__icon svg {
You can’t perform that action at this time.
0 commit comments