React-calendar: Remove underline style in weekdays label

Created on 15 Aug 2019  路  3Comments  路  Source: wojtekmaj/react-calendar

I ran into this issue, I'm not able to disable this underline on the weekdays label. I've tried with text-decoration:none on dev tools in Chrome and in Firefox developer edition but not success. Any idea on how to fix it? Is just a bug?

Screenshot 2019-08-15 at 19 12 35

question

Most helpful comment

It's not a bug, it's an accessibility feature. text-decoration: none; 100% works if you target proper element (.react-calendar__month-view__weekdays__weekday abbr).

All 3 comments

It's not a bug, it's an accessibility feature. text-decoration: none; 100% works if you target proper element (.react-calendar__month-view__weekdays__weekday abbr).

@wojtekmaj btw I have to say you made a really good job with this calendar, REALLY well documented, congrats!

THANKS :)

p.s Also would like to point It's a really lightweight one just 2kb minified.

Screenshot 2019-08-17 at 13 29 41

I don't think it's 2 KB :D It's half the size of other popular solutions, but definitely not 2 KB.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

guydewinton picture guydewinton  路  3Comments

boonware picture boonware  路  4Comments

mikeyharris89 picture mikeyharris89  路  4Comments

rmccue picture rmccue  路  4Comments

wojtekmaj picture wojtekmaj  路  3Comments