Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
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);
            display: none;
 
 
             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 {
            display: block;
 
 
             clip-path: inset(0 0 0 0);
 
             clip-path: inset(0 0 0 0);
 
         }
 
         }

Revision as of 16:47, 6 September 2022

Development verstion of the DCT List.
Not ready for production!