We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8e44f commit 37b35f4Copy full SHA for 37b35f4
src/components/NcButton/NcButton.vue
@@ -422,8 +422,9 @@ export default {
422
cursor: pointer;
423
}
424
border-radius: math.div($clickable-area, 2);
425
- transition: background-color 0.1s linear !important;
426
- transition: border 0.1s linear;
+ transition-property: color, border-color, background-color;
+ transition-duration: 0.1s;
427
+ transition-timing-function: linear;
428
429
// No outline feedback for focus. Handled with a toggled class in js (see data)
430
&:focus {
0 commit comments