Remove default-text-color

Redundant, and replaced with primary-text-color.

Change-Id: I75ba49f6789b962ffd2c33e7cd1e04c4d6779326
This commit is contained in:
Kasper Nilsson 2018-04-16 11:31:56 +02:00
parent 4c04a1bc07
commit e4efa8d180
7 changed files with 6 additions and 7 deletions

View File

@ -57,7 +57,7 @@ limitations under the License.
} }
} }
a { a {
color: var(--default-text-color); color: var(--primary-text-color);
text-decoration: none; text-decoration: none;
} }
a:hover { a:hover {

View File

@ -86,7 +86,7 @@ limitations under the License.
padding: .4rem .6rem; padding: .4rem .6rem;
} }
a { a {
color: var(--default-text-color); color: var(--primary-text-color);
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
text-decoration: none; text-decoration: none;

View File

@ -119,7 +119,7 @@ limitations under the License.
position: static; position: static;
} }
.collapsed .author { .collapsed .author {
color: var(--default-text-color); color: var(--primary-text-color);
margin-right: .4em; margin-right: .4em;
} }
.expanded .author { .expanded .author {

View File

@ -28,7 +28,7 @@ limitations under the License.
display: inline-block; display: inline-block;
} }
a { a {
color: var(--default-text-color); color: var(--primary-text-color);
text-decoration: none; text-decoration: none;
} }
gr-account-label { gr-account-label {

View File

@ -37,7 +37,7 @@ limitations under the License.
display: none; display: none;
} }
a { a {
color: var(--default-text-color); color: var(--primary-text-color);
text-decoration: none; text-decoration: none;
} }
a:hover { a:hover {

View File

@ -28,7 +28,6 @@ limitations under the License.
/* Following are not part of plugin API. */ /* Following are not part of plugin API. */
--selection-background-color: #f1f5fb; --selection-background-color: #f1f5fb;
--selection-border-color: #cadcfa; --selection-border-color: #cadcfa;
--default-text-color: #000;
--view-background-color: #fff; --view-background-color: #fff;
--default-horizontal-margin: 1rem; --default-horizontal-margin: 1rem;
--font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; --font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';

View File

@ -43,7 +43,7 @@ limitations under the License.
background-color: #eee; background-color: #eee;
} }
.genericList a { .genericList a {
color: var(--default-text-color); color: var(--primary-text-color);
text-decoration: none; text-decoration: none;
} }
.genericList a:hover { .genericList a:hover {