mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
add missing icon
This commit is contained in:
@@ -24,6 +24,10 @@ import {VExpansionPanel, VExpansionPanels, VExpansionPanelText, VExpansionPanelT
|
|||||||
background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5H7z"/></svg>');
|
background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5H7z"/></svg>');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mdi-chevron-up, .mdi-menu-up { /* HACK: mdi is not fully imported, only required icons... */
|
||||||
|
background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 14l5-5 5 5H7z"/></svg>');
|
||||||
|
}
|
||||||
|
|
||||||
.v-overlay--active > .v-overlay__content {
|
.v-overlay--active > .v-overlay__content {
|
||||||
display: block !important; /* HACK: Fix buggy tooltips not showing? */
|
display: block !important; /* HACK: Fix buggy tooltips not showing? */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user