Skip to content

Commit

Permalink
fix: Uppercase XML tab label
Browse files Browse the repository at this point in the history
Follow-up of #214, move the CSS rule to the right CSS file
(asciidoctor-tabs.css).
  • Loading branch information
sdeleuze authored May 2, 2024
1 parent a061009 commit df61fd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/css/vendor/asciidoctor-tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@
border: 0;
padding: 0;
}

.doc li.tab[data-sync-id="Xml"] {
text-transform: uppercase;
}
4 changes: 0 additions & 4 deletions src/css/vendor/spring-tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,3 @@
padding: 1rem;
background-color: var(--tabs-group-background-color);
}

.doc li.tab[data-sync-id="Xml"] {
text-transform: uppercase;
}

0 comments on commit df61fd4

Please sign in to comment.