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 {
|
a {
|
||||||
color: var(--default-text-color);
|
color: var(--primary-text-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
|
@ -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;
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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';
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user