Use CSS constant for assignee color
Change-Id: Ia254955113d3c4e3893da3e68c232704d0e88144
This commit is contained in:
@@ -46,7 +46,7 @@ limitations under the License.
|
|||||||
font-family: var(--font-family-bold);
|
font-family: var(--font-family-bold);
|
||||||
}
|
}
|
||||||
:host([highlight]) {
|
:host([highlight]) {
|
||||||
background-color: #fcfad6;
|
background-color: var(--assignee-highlight-color);
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@@ -48,6 +48,8 @@ limitations under the License.
|
|||||||
|
|
||||||
--select-background-color: rgb(248, 248, 248);
|
--select-background-color: rgb(248, 248, 248);
|
||||||
|
|
||||||
|
--assignee-highlight-color: #fcfad6;
|
||||||
|
|
||||||
/* Font sizes */
|
/* Font sizes */
|
||||||
--font-size-normal: 1rem;
|
--font-size-normal: 1rem;
|
||||||
--font-size-small: .92rem;
|
--font-size-small: .92rem;
|
||||||
|
Reference in New Issue
Block a user