mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-26 19:28:59 +00:00
LibWeb: Add rudimentary styling to <details>
and <summary>
This commit is contained in:
parent
d702678d16
commit
2f3e24d71e
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/AtkinsSJ
Commit: 2f3e24d71e
Pull-request: https://github.com/SerenityOS/serenity/pull/11382
Reviewed-by: https://github.com/davidot ✅
1 changed files with 10 additions and 0 deletions
|
@ -233,3 +233,13 @@ input[type=text] {
|
|||
option {
|
||||
display: none;
|
||||
}
|
||||
|
||||
details {
|
||||
display: block;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
summary {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue