Revert CSS display of <summary> element

Otherwise the triangle to open/close a <details> element is not shown.
This commit is contained in:
Tobi Schäfer 2024-06-11 23:05:36 +02:00
parent 63bfe34e35
commit 1e071fd0cc
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -3,3 +3,7 @@
@import (inline) 'node_modules/uikit/dist/css/components/tooltip.almost-flat.css';
@import './sprites';
summary {
display: revert;
}