Remove default-text-color
Redundant, and replaced with primary-text-color. Change-Id: I75ba49f6789b962ffd2c33e7cd1e04c4d6779326
This commit is contained in:
parent
4c04a1bc07
commit
e4efa8d180
@ -57,7 +57,7 @@ limitations under the License.
|
||||
}
|
||||
}
|
||||
a {
|
||||
color: var(--default-text-color);
|
||||
color: var(--primary-text-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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';
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user