Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 48: | Line 48: | ||
/* clip-path: inset(0 0 50% 50%); */ | /* clip-path: inset(0 0 50% 50%); */ | ||
border: 1px solid var(--links-blue); | border: 1px solid var(--links-blue); | ||
clip-path: inset(0 0 100% 100%); | clip-path: inset(0 0 100% 100%); | ||
transition: all 500ms ease-in-out; | transition: all 500ms ease-in-out; | ||
} | } | ||
#dct-filters.open { | #dct-filters.open { | ||
clip-path: inset(0 0 0 0); | clip-path: inset(0 0 0 0); | ||
} | } |
Revision as of 15:47, 6 September 2022
Development verstion of the DCT List.
Not ready for production!