Remove ListResetDefault (#8769)
This commit is contained in:
parent
41ee47f8c4
commit
5ca035772d
2 changed files with 3 additions and 7 deletions
|
@ -739,9 +739,3 @@ legend {
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-size: contain;
|
mask-size: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
@define-mixin ListResetDefault {
|
|
||||||
list-style: none;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
|
@ -53,7 +53,9 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_DialogSidebar_list {
|
.mx_DialogSidebar_list {
|
||||||
@mixin ListResetDefault;
|
list-style: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
flex: 1 1 0;
|
flex: 1 1 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue