LibWeb: Make <option> elements display:none in the default CSS for now
This commit is contained in:
parent
8062fc711c
commit
c7d1f73990
Notes:
sideshowbarker
2024-07-18 21:19:49 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c7d1f73990e
1 changed files with 4 additions and 0 deletions
|
@ -205,3 +205,7 @@ input[type=text] {
|
|||
min-width: 80px;
|
||||
min-height: 16px;
|
||||
}
|
||||
|
||||
option {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue