You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require_contains "${DOCKER_CSS}"'--fvplus-status-started:[[:space:]]*var\(--fvplus-runtime-status-started,[[:space:]]*var\(--fvplus-theme-foreground\)\)''docker started token wiring'
61
+
require_contains "${VM_CSS}"'--fvplus-status-started:[[:space:]]*var\(--fvplus-runtime-status-started,[[:space:]]*var\(--fvplus-theme-foreground\)\)''vm started token wiring'
62
+
require_contains "${DASHBOARD_CSS}"'--fvplus-status-started:[[:space:]]*var\(--fvplus-runtime-status-started,[[:space:]]*var\(--fvplus-theme-foreground\)\)''dashboard started token wiring'
59
63
60
64
require_contains "${DOCKER_CSS}"'\.folder-state\.fv-folder-state-started''docker started state class token selector'
61
65
require_contains "${DOCKER_CSS}"'i\.folder-load-status\.started''docker started icon selector'
62
66
require_contains "${VM_CSS}"'\.folder-state\.fv-folder-state-started''vm started state class token selector'
63
67
require_contains "${VM_CSS}"'i\.folder-load-status\.started''vm started icon selector'
require_contains "${SETTINGS_CSS}"'color-scheme:[[:space:]]*dark''wizard dark color scheme'
74
+
require_absent "${SETTINGS_CSS}"'--fv-wizard-text-primary:[[:space:]]*var\(--text''wizard text token must not follow host text token directly'
75
+
require_absent "${SETTINGS_CSS}"'--fv-wizard-text-primary:[[:space:]]*var\(--fvplus-settings-text-primary\)''wizard text token must not follow settings token directly'
0 commit comments