mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix for details to be clickable
This commit is contained in:
@@ -505,6 +505,10 @@ details.inline.fit > summary + span {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details summary {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
[data-second-print]:has(details) + br:has(+[data-x-br]) {
|
[data-second-print]:has(details) + br:has(+[data-x-br]) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user