mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Use long formats of css rules.
This commit is contained in:
parent
623ab3f5a4
commit
627032b7f5
1 changed files with 2 additions and 1 deletions
|
|
@ -82,7 +82,8 @@
|
|||
/* Remove default bg-color and use our extra span instead '.renderedDay' */
|
||||
& :global(.CalendarDay--hovered-span),
|
||||
& :global(.CalendarDay--selected-span) {
|
||||
background: transparent;
|
||||
background-image: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
& :global(.CalendarDay--hovered-span .renderedDay) {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue