Closed
Description
Description
If I create a CSS class and call it "date" it appears to combine with another date class defined somewhere else that I'm not aware of.
- igniteui-angular version: 6.1.2
- browser: Google Chrome 67.0.3396.99
Steps to reproduce
- Run sample here: https://stackblitz.com/edit/angular-7rzufe
Result
The Date text is positioned weirdly. Look at the .date class in the chrome debugger and there are other CSS properties attached to the class that I did not specify.
Expected result
I should be able to use a css class named "date" unless it is reserved. In that case, is this documented somewhere?