mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #1970 - Part 5: Move combobox/select padding to the select rule.
This doesn't change behavior by default but allows authors to remove the padding previously enforced to align with focus ring padding, if they wish to.
This commit is contained in:
parent
8101720ca8
commit
bbbfa54ee4
3 changed files with 9 additions and 17 deletions
|
|
@ -7,11 +7,10 @@
|
|||
select {
|
||||
-moz-appearance: none;
|
||||
border: none;
|
||||
font-family: Ahem;
|
||||
font-size: 20px;
|
||||
padding: 0;
|
||||
font: 20px/1 Ahem;
|
||||
box-sizing: content-box;
|
||||
height: 40px;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<select>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue