Skip to content

Commit

Permalink
MDL-76835 theme: Fix unordered lists indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aya-saad1 committed Apr 26, 2023
1 parent 69e8820 commit 7f10c07
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
6 changes: 0 additions & 6 deletions theme/boost/scss/moodle/core.scss
Expand Up @@ -2192,12 +2192,6 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
}
}

// Reset for ul.
ul {
padding-left: 1rem;
-webkit-margin-start: 0.2rem; /* stylelint-disable-line */
}

/* YUI 2 Tree View */
/*rtl:raw:
.ygtvtn,
Expand Down
5 changes: 0 additions & 5 deletions theme/boost/style/moodle.css
Expand Up @@ -11629,11 +11629,6 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
.chart-area .chart-table.accesshide .chart-table-data {
display: block; }

ul {
padding-left: 1rem;
-webkit-margin-start: 0.2rem;
/* stylelint-disable-line */ }

/* YUI 2 Tree View */
/*rtl:raw:
.ygtvtn,
Expand Down
5 changes: 0 additions & 5 deletions theme/classic/style/moodle.css
Expand Up @@ -11629,11 +11629,6 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
.chart-area .chart-table.accesshide .chart-table-data {
display: block; }

ul {
padding-left: 1rem;
-webkit-margin-start: 0.2rem;
/* stylelint-disable-line */ }

/* YUI 2 Tree View */
/*rtl:raw:
.ygtvtn,
Expand Down

0 comments on commit 7f10c07

Please sign in to comment.