Skip to content
Snippets Groups Projects
Commit 0490e400 authored by Cindy's avatar Cindy Committed by pybelecalo
Browse files

[FIX TRTL-506] : set disable slider to grey 600 + fix off slider

parent 1d55279c
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ label {
}
&.slide-toggle-off:not(.slide-toggle-disabled) {
background-color: var(--vitamui-grey-600);
background-color: var(--vitamui-grey-800);
&:hover {
background-color: var(--vitamui-grey-800);
}
......@@ -85,12 +85,6 @@ label {
&.slide-toggle-disabled {
cursor: no-drop;
&.slide-toggle-on {
background-color: var(--vitamui-primary-100);
}
&.slide-toggle-off {
background-color: var(--vitamui-grey-400);
}
background-color: var(--vitamui-grey-600);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment