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 {
color: var(--default-text-color);
color: var(--primary-text-color);
text-decoration: none;
}
a:hover {

View File

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

View File

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

View File

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

View File

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

View File

@ -28,7 +28,6 @@ limitations under the License.
/* Following are not part of plugin API. */
--selection-background-color: #f1f5fb;
--selection-border-color: #cadcfa;
--default-text-color: #000;
--view-background-color: #fff;
--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';

View File

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