Skip to content

Commit

Permalink
more ITS theme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed May 30, 2024
1 parent c25eb69 commit d3167ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
5 changes: 5 additions & 0 deletions src/characters/css/characters.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
> * + * {
border-top: 2px solid var(--background-modifier-border);
}
& li::before {
/* Some themes (Like ITS Theme) try to be more clever than they deserve
to be with list bullets. Make that b.s. go away. */
display: none;
}
& label {
cursor: pointer;
text-transform: uppercase;
Expand Down
5 changes: 0 additions & 5 deletions src/characters/css/impacts.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
padding: 0;
}
}
& li:before {
/* Some themes (Like ITS Theme) try to be more clever than they deserve
to be with list bullets. Make that b.s. go away. */
display: none;
}
& label > span {
font-size: 0.6em;
}
Expand Down
5 changes: 0 additions & 5 deletions src/characters/css/meters.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
justify-content: center;
align-items: center;
& li {
&:before {
/* Some themes (Like ITS Theme) try to be more clever than they deserve
to be with list bullets. Make that b.s. go away. */
display: none;
}
background-color: var(--background-secondary);
border-radius: 8px;
border: 2px solid var(--background-modifier-border);
Expand Down
5 changes: 0 additions & 5 deletions src/characters/css/stats.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
padding-left: 1em;
padding-right: 1em;
& li {
&:before {
/* Some themes (Like ITS Theme) try to be more clever than they deserve
to be with list bullets. Make that b.s. go away. */
display: none;
}
background-color: var(--background-secondary);
border-radius: 8px;
border: 2px solid var(--background-modifier-border);
Expand Down

0 comments on commit d3167ae

Please sign in to comment.