Calendar/wwwroot/css/test-nesting.css
Janus C. H. Knudsen 80aaab46f2 WIP on master
2025-11-03 14:54:57 +01:00

1 line
No EOL
289 B
CSS

.test-container{display:flex;padding:20px}.test-container .test-child{color:blue}:is(.test-container .test-child):hover{color:red}.active:is(.test-container .test-child){font-weight:700}.test-container .test-nested{margin:10px}:is(.test-container .test-nested) .deep-nested{font-size:14px}