Skip to content

Commit

Permalink
Remove ListResetDefault (matrix-org#8769)
Browse files Browse the repository at this point in the history
  • Loading branch information
luixxiul authored and JanBurp committed Jun 14, 2022
1 parent 5ebc0b6 commit ee84d09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 0 additions & 6 deletions res/css/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -739,9 +739,3 @@ legend {
mask-repeat: no-repeat;
mask-size: contain;
}

@define-mixin ListResetDefault {
list-style: none;
padding: 0;
margin: 0;
}
4 changes: 3 additions & 1 deletion res/css/components/views/beacon/_DialogSidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ee84d09

Please sign in to comment.