Skip to content

Commit 6641f10

Browse files
authored
Merge pull request #94 from traPtitech/hotfix/hide-bg-color-of-v-time-picker
fix: UserIcon の :global スタイルの適用範囲を限定
2 parents b9c359d + 1e0b1af commit 6641f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/generic/UserIcon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const getModifiedTooltipProps = (tooltipProps: Record<string, unknown>) => {
4949
</template>
5050

5151
<style module>
52-
:global(.v-overlay__content) {
52+
:global(.v-tooltip .v-overlay__content) {
5353
background-color: rgba(var(--v-theme-primary), 0.9) !important;
5454
}
5555
</style>

0 commit comments

Comments
 (0)