@shopware-ag/meteor-component-library
Version:
The meteor component library is a Vue component library developed by Shopware. It is based on the [Meteor Design System](https://shopware.design/).
15 lines (13 loc) • 344 B
CSS
.mt-data-table-reset-filter-button {
&[data-v-ea9bb72d] {
color: var(--color-text-brand-default);
text-decoration: underline;
outline-offset: 4px;
outline-color: var(--color-border-brand-default);
}
&[data-v-ea9bb72d]:hover,
&[data-v-ea9bb72d]:focus-visible {
color: var(--color-text-brand-hover);
text-decoration: none;
}
}