Skip to content

Conversation

@printminion-co
Copy link

Summary

This pull request makes a minor update to the button styling in the apps/theming/css/ionos/buttons.css file. The change enforces the use of the hover background color by adding !important to the background-color property for secondary buttons.

  • Added !important to the background-color property for secondary button hover state to ensure the correct style is applied.

force override vue button style of:

.button-vue[data-v-37a61812]:hover {
    background-color: var(--color-background-hover) !important;
}

TODO

  • ...

Checklist

@printminion-co printminion-co force-pushed the mk/dev/fix_dashboard_secondary_buttons_bg-color branch from 7fb60f0 to 344e4f1 Compare January 5, 2026 18:13
&.button-vue--vue-primary:not(.unified-search-modal__header *), &.button-vue--vue-error:not(.unified-search-modal__header *),
/* ensure primary type styling of "new" button */
&.action-item__menutoggle:not(.unified-search-modal__header *), &.files-list__header-upload-button--disabled {
background-color: var(--ion-button-primary-background-default);
Copy link

@Arsalanulhaq Arsalanulhaq Jan 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
background-color: var(--ion-button-primary-background-default) !important;

this also needs to be set. Because it obfuscates the view of active tab on dashboard buttons

@printminion-co printminion-co force-pushed the mk/dev/fix_dashboard_secondary_buttons_bg-color branch from 344e4f1 to a3fe751 Compare January 6, 2026 09:43
force override vue button style of:
.button-vue[data-v-37a61812]:hover {
    background-color: var(--color-background-hover) !important;
}

Signed-off-by: Misha M.-Kupriyanov <[email protected]>
@printminion-co printminion-co force-pushed the mk/dev/fix_dashboard_secondary_buttons_bg-color branch from a3fe751 to 3b808ae Compare January 6, 2026 10:06
@printminion-co printminion-co merged commit 1143f3e into rc/nsw-2 Jan 6, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants