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);
|
||||
}
|
||||
:host([highlight]) {
|
||||
background-color: #fcfad6;
|
||||
background-color: var(--assignee-highlight-color);
|
||||
}
|
||||
.container {
|
||||
position: relative;
|
||||
|
@@ -48,6 +48,8 @@ limitations under the License.
|
||||
|
||||
--select-background-color: rgb(248, 248, 248);
|
||||
|
||||
--assignee-highlight-color: #fcfad6;
|
||||
|
||||
/* Font sizes */
|
||||
--font-size-normal: 1rem;
|
||||
--font-size-small: .92rem;
|
||||
|
Reference in New Issue
Block a user