Fix references to numbered --accent-blue colors
This commit is contained in:
parent
6724ff8378
commit
524560799f
1 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@
|
|||
background: var(--material-background);
|
||||
|
||||
&:active {
|
||||
background: var(--accent-blue-50);
|
||||
background: var(--accent-blue50);
|
||||
}
|
||||
|
||||
.inner {
|
||||
|
@ -129,7 +129,7 @@
|
|||
padding: 5px;
|
||||
|
||||
&:active {
|
||||
background-color: var(--accent-blue-50);
|
||||
background-color: var(--accent-blue50);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -150,4 +150,4 @@
|
|||
box-shadow: $toolbar-btn-focus-box-shadow-2x;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue