We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed40779 commit 799c73aCopy full SHA for 799c73a
src/assets/sass/modules/_lists.scss
@@ -136,20 +136,18 @@ dd {
136
* <ol class="list--tree">
137
*/
138
139
-.list--tree {
140
- font-family: $font-code;
141
- font-size: $code-font-size;
142
- line-height: $line-height-mobile;
143
- font-feature-settings: normal; /* 1 */
144
-}
145
-
146
.list--tree,
147
.list--tree ol,
148
.list--tree ul {
149
list-style: none;
150
}
151
152
-.list--tree:not(.flat) {
+.list--tree {
+ font-family: $font-code;
+ font-size: $code-font-size;
+ line-height: $line-height-mobile;
+ font-feature-settings: normal; /* 1 */
+
153
ol,
154
ul {
155
position: relative;
0 commit comments