Revision control

Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
@namespace html url("http://www.w3.org/1999/xhtml");
menulist {
&::part(text-input) {
padding: 2px 2px 3px;
}
&[is="menulist-editable"][editable="true"] {
padding-inline-end: 2.4em;
&::part(dropmarker) {
margin-block: -2px;
margin-inline-end: -2.4em;
}
&::part(text-input) {
margin-inline-end: 6px;
}
}
&[open="true"]::part(text-input) {
color: FieldText;
}
}