Skip to content

Commit 1399002

Browse files
committed
css fix for li letters on rolls when premium modules are active
1 parent f8d1f47 commit 1399002

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

Diff for: style/index.css

+4
Original file line numberDiff line numberDiff line change
@@ -436,4 +436,8 @@ a.content-link i {
436436
height: 25px;
437437
border: none;
438438
border-radius: 0;
439+
}
440+
441+
ol.dice-rolls li {
442+
list-style-type: unset !important;
439443
}/*# sourceMappingURL=index.css.map */

Diff for: style/index.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: style/scss/components/_chat.scss

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ol.dice-rolls li {
2+
list-style-type: unset !important;
3+
}

Diff for: style/scss/components/_index.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
@forward 'journal';
2-
@forward 'sheet';
2+
@forward 'sheet';
3+
@forward 'chat';

0 commit comments

Comments
 (0)