mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(docs-infra): add background to playground template dropdown
The template dropdown menu had no background color on the container, causing page content to bleed through behind menu items.
This commit is contained in:
parent
ede7c58a2a
commit
b2cff7918d
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@
|
|||
border-radius: 0.25rem;
|
||||
padding: 0;
|
||||
transform: translateY(-0.7rem);
|
||||
background: var(--page-background);
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue