-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Create a base theme that serves as a common base for other themes using SCSS.
The base should ensure:
- that items that should not have fills (i.e.
.monte-ext-polar-grid-arc) are transparent; - classes such as
.no-domainand.no-tickshave transparent strokes; - label placement classes have the correct
text-anchorrules; - pointer events are disabled for non directly interactive components (i.e. crosshairs, labels, etc...);
- and other similar needs.