mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-18 12:05:28 -04:00
(vue) use :slotted to apply scoped styles to slotted elements
https://vuejs.org/api/sfc-css-features.html#slotted-selectors
This commit is contained in:
parent
d7ca6fe741
commit
9639d2204e
@ -36,11 +36,11 @@ export default {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
img {
|
||||
:slotted(img) {
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
.fa-fw {
|
||||
:slotted(.fa-fw) {
|
||||
position: relative;
|
||||
top: .2em;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user