Search
 
SCRIPT & CODE EXAMPLE
 

CSS

details summary not open css

details:not([open]) > *:not(summary),
details:not([open]) > *text* {
  /* any direct child elements other than summary, or any direct child text nodes */
  display: none;
}
Comment

PREVIOUS NEXT
Code Example
Css :: long text coming out of the block 
Css :: css diminuer épaisseur trait 
Css :: css every other element than self 
Css :: css target <Link/ from react 
Css :: order 
Css :: transform translate css 
Css :: css check if class as color white 
Css :: Display the Widget Area 
Css :: time display in css 
Css :: css named colors 
Css :: winnat port already in use ERROR 
Css :: Spanning Items Across Rows and Columns 
Css :: remove bullet list css 
Css :: why use 0.5rem 0 in margin in css 
Css :: poretty print css 
Css :: dropright css 
Css :: clara tyner 
Css :: customHook-axios 
Css :: not for specific child class 
Css :: how to use a blank space with grid template areas css 
Css :: responsive image slider html css 
Css :: css create array 
Typescript :: vite change the server port 
Typescript :: matplotlib subplots size 
Typescript :: increase size of mat dialog 
Typescript :: object iteration in typescript 
Typescript :: docker An attempt was made to access a socket in a way forbidden by its access permissions. 
Typescript :: typescript sort array of objects by date descending 
Typescript :: exists id in the table in laravel validation 
Typescript :: check if column exists in dataframe 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =