bitplatform icon indicating copy to clipboard operation
bitplatform copied to clipboard

Incorrect position of the CSS classes in the `BitDatePicker` component style file

Open maryamhdr opened this issue 3 years ago • 0 comments

All of the CSS classes which have not the -fluent suffix must come inside the root element class which consists of a -fluent suffix. For example, the .bit-dtp-field-grp class shown in the image below, has some styles that are for the Fluent design system like border: rem(1px) solid $Grey130;. So this class should be positioned inside the .bit-dtp-fluent class.

freesnippingtool com_capture_20220626142337

maryamhdr avatar Jun 26 '22 10:06 maryamhdr