mirror of
https://github.com/directus/directus.git
synced 2026-01-29 03:18:14 -05:00
remove quotes for css variable in selection css (#10494)
This commit is contained in:
@@ -108,7 +108,7 @@ strong {
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: var('--background-normal-alt');
|
||||
background: var(--background-normal-alt);
|
||||
}
|
||||
|
||||
dl > div {
|
||||
|
||||
Reference in New Issue
Block a user