Remove ListResetDefault (#8769)

t3chguy/dedup-icons-17oct
Suguru Hirahara 2022-06-05 18:44:23 +00:00 committed by GitHub
parent 41ee47f8c4
commit 5ca035772d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View File

@ -739,9 +739,3 @@ legend {
mask-repeat: no-repeat;
mask-size: contain;
}
@define-mixin ListResetDefault {
list-style: none;
padding: 0;
margin: 0;
}

View File

@ -53,7 +53,9 @@ limitations under the License.
}
.mx_DialogSidebar_list {
@mixin ListResetDefault;
list-style: none;
padding: 0;
margin: 0;
flex: 1 1 0;
width: 100%;
overflow: auto;