Use color constant for access section

Bug: Issue 9426
Change-Id: If421e934ad92dd88862470f87f7c8fd7dbf1d3b8
This commit is contained in:
Kasper Nilsson 2018-07-13 09:33:54 -07:00
parent d3adb10813
commit e31c279918

View File

@ -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;