docs(aspect-ratio): remove inline outline style

This commit is contained in:
Eric Liu 2021-02-04 17:37:34 -08:00
commit 73ac8b23c8
2 changed files with 11 additions and 7 deletions

View file

@ -207,4 +207,8 @@
display: block;
}
}
.preview-viewer > .bx--aspect-ratio {
outline: 1px solid var(--cds-interactive-04);
}
</style>