Use color constant for access section
Bug: Issue 9426 Change-Id: If421e934ad92dd88862470f87f7c8fd7dbf1d3b8
This commit is contained in:
parent
d3adb10813
commit
e31c279918
@ -45,7 +45,7 @@ limitations under the License.
|
||||
.header,
|
||||
#deletedContainer {
|
||||
align-items: center;
|
||||
background: #f6f6f6;
|
||||
background: var(--table-header-background-color);
|
||||
border-bottom: 1px dotted var(--border-color);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
Loading…
Reference in New Issue
Block a user