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 d87c20f commit e68e133Copy full SHA for e68e133
material/templates/partials/icons.html
@@ -32,7 +32,7 @@
32
{% for type, icon in config.theme.icon.tag.items() %}
33
{% import ".icons/" ~ icon ~ ".svg" as icon %}
34
{% if type != "default" %}
35
- {% set modifier = "--" ~ type %}
+ {% set modifier = ".md-tag--" ~ type %}
36
{% endif %}
37
{% set _ = style.append(
38
".md-tag" ~ modifier ~ "{" ~
src/templates/partials/icons.html
@@ -56,7 +56,7 @@
56
57
58
59
60
61
62
0 commit comments