Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 47: Line 47:
 
             background: #fff;
 
             background: #fff;
 
             /* clip-path: inset(0 0 50% 50%); */
 
             /* clip-path: inset(0 0 50% 50%); */
             border: 1px solid;
+
             border: 1px solid var(--links-blue);
 
             display: none;
 
             display: none;
 +
            clip-path: inset(0 0 100% 100%);
 +
            transition: all 500ms ease-in-out;
 
         }
 
         }
 
         #dct-filters.open {
 
         #dct-filters.open {
 
             display: block;
 
             display: block;
 +
            clip-path: inset(0 0 0 0);
 
         }
 
         }
  

Revision as of 16:46, 6 September 2022

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