mirror of
https://bitbucket.org/walplanet/deemix-gui
synced 2026-01-15 08:12:52 -03:00
fix deep selector
This commit is contained in:
@@ -88,11 +88,11 @@ export default defineComponent({
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
|
||||
.slim-sidebar .deemix-icon-container::v-deep svg {
|
||||
.slim-sidebar .deemix-icon-container:deep(svg) {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.deemix-icon-container::v-deep svg {
|
||||
.deemix-icon-container:deep(svg) {
|
||||
height: 75px;
|
||||
filter: hue-rotate(30deg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user