Describe the bug
QStepper error color defaults to negative color on current step.
Codepen/jsFiddle/Codesandbox (required)
Right here
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The current error color should be the one I pass to the prop but it keeps defaulting to the negative color
Platform (please complete the following information):
OS: Windows 7 64 bits
Node: v12.14.0
NPM: 6.13.4
Yarn: 1.21.1
Electron: 7.1.12
I can work around this by adding .q-stepper__tab--error {
// color: $somecolor !important;
} to the css, but I figured that this shouldn't be the default behavior
Hi,
Why is this a bug. You are telling QStep that the step has an error on it...
The problem is that even if the error-color is set, the color used for current step with error is the default one (not the one in error-color).
Fix will be available in "quasar" v1.9.13.