Revert CSS display of <summary> element
Otherwise the triangle to open/close a <details> element is not shown.
This commit is contained in:
parent
63bfe34e35
commit
1e071fd0cc
1 changed files with 4 additions and 0 deletions
|
|
@ -3,3 +3,7 @@
|
|||
@import (inline) 'node_modules/uikit/dist/css/components/tooltip.almost-flat.css';
|
||||
|
||||
@import './sprites';
|
||||
|
||||
summary {
|
||||
display: revert;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue