cssinjs / jss

JSS is an authoring tool for CSS which uses JavaScript as a host language.
https://cssinjs.org
MIT License
7.08k stars 399 forks source link

Weekday Abbreviation Styling #1587

Closed kimcodesjs closed 2 years ago

kimcodesjs commented 2 years ago

There is a dotted underline under the weekday abbreviation in month view - can I edit that? I'm not seeing it referenced in the CSS file anywhere.

TYIA for any help!

kimcodesjs commented 2 years ago

Delved a bit into the realm of resetting 'user agent stylesheet' CSS and included the following in my Calendar.css file:

abbr { text-decoration: none; }