Added missing `.token` selector (#2161)

This fixes lone `.namespace` rules without the .token component selector some themes had.
This commit is contained in:
Michael Schmidt 2020-01-06 20:09:40 +01:00 committed by GitHub
parent 0b539136c3
commit 8678045735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -178,7 +178,7 @@ pre[class*="language-"]:after {
cursor: help;
}
.namespace {
.token.namespace {
opacity: .7;
}

View File

@ -70,7 +70,7 @@ pre[class*="language-"] {
opacity: .7;
}
.namespace {
.token.namespace {
opacity: .7;
}

View File

@ -59,7 +59,7 @@ code[class*="language-"] {
color: #999;
}
.namespace {
.token.namespace {
opacity: .7;
}

View File

@ -59,7 +59,7 @@ pre[class*="language-"] {
color: #f8f8f2;
}
.namespace {
.token.namespace {
opacity: .7;
}

View File

@ -91,7 +91,7 @@ pre[class*="language-"] {
color: #586e75; /* base01 */
}
.namespace {
.token.namespace {
opacity: .7;
}

View File

@ -85,7 +85,7 @@ code[class*="language-"]::selection, code[class*="language-"] ::selection {
opacity: .7;
}
.namespace {
.token.namespace {
opacity: .7;
}

View File

@ -77,7 +77,7 @@ pre[class*="language-"] {
color: #999;
}
.namespace {
.token.namespace {
opacity: .7;
}