Skip to content

Commit

Permalink
Added missing .token selector (#2161)
Browse files Browse the repository at this point in the history
This fixes lone `.namespace` rules without the .token component selector some themes had.
  • Loading branch information
RunDevelopment committed Jan 6, 2020
1 parent 0b53913 commit 8678045
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion themes/prism-coy.css
Expand Up @@ -178,7 +178,7 @@ pre[class*="language-"]:after {
cursor: help;
}

.namespace {
.token.namespace {
opacity: .7;
}

Expand Down
2 changes: 1 addition & 1 deletion themes/prism-dark.css
Expand Up @@ -70,7 +70,7 @@ pre[class*="language-"] {
opacity: .7;
}

.namespace {
.token.namespace {
opacity: .7;
}

Expand Down
2 changes: 1 addition & 1 deletion themes/prism-funky.css
Expand Up @@ -59,7 +59,7 @@ code[class*="language-"] {
color: #999;
}

.namespace {
.token.namespace {
opacity: .7;
}

Expand Down
2 changes: 1 addition & 1 deletion themes/prism-okaidia.css
Expand Up @@ -59,7 +59,7 @@ pre[class*="language-"] {
color: #f8f8f2;
}

.namespace {
.token.namespace {
opacity: .7;
}

Expand Down
2 changes: 1 addition & 1 deletion themes/prism-solarizedlight.css
Expand Up @@ -91,7 +91,7 @@ pre[class*="language-"] {
color: #586e75; /* base01 */
}

.namespace {
.token.namespace {
opacity: .7;
}

Expand Down
2 changes: 1 addition & 1 deletion themes/prism-twilight.css
Expand Up @@ -85,7 +85,7 @@ code[class*="language-"]::selection, code[class*="language-"] ::selection {
opacity: .7;
}

.namespace {
.token.namespace {
opacity: .7;
}

Expand Down
2 changes: 1 addition & 1 deletion themes/prism.css
Expand Up @@ -77,7 +77,7 @@ pre[class*="language-"] {
color: #999;
}

.namespace {
.token.namespace {
opacity: .7;
}

Expand Down

0 comments on commit 8678045

Please sign in to comment.