mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 16:56:40 +08:00
fix: 简化主题定制器按钮样式,提升界面整洁度
This commit is contained in:
@@ -141,15 +141,11 @@ async function handleResetSettings() {
|
|||||||
</div>
|
</div>
|
||||||
<div class="theme-customizer-header-actions">
|
<div class="theme-customizer-header-actions">
|
||||||
<VBadge color="error" dot :model-value="showResetBadge" location="top end" offset-x="2" offset-y="2">
|
<VBadge color="error" dot :model-value="showResetBadge" location="top end" offset-x="2" offset-y="2">
|
||||||
<IconBtn
|
<IconBtn :aria-label="t('theme.customizer.reset')" @click="handleResetSettings">
|
||||||
class="theme-customizer-header-icon-btn"
|
|
||||||
:aria-label="t('theme.customizer.reset')"
|
|
||||||
@click="handleResetSettings"
|
|
||||||
>
|
|
||||||
<VIcon class="theme-customizer-header-icon" icon="mdi-refresh" />
|
<VIcon class="theme-customizer-header-icon" icon="mdi-refresh" />
|
||||||
</IconBtn>
|
</IconBtn>
|
||||||
</VBadge>
|
</VBadge>
|
||||||
<IconBtn class="theme-customizer-header-icon-btn" :aria-label="t('common.close')" @click="drawer = false">
|
<IconBtn :aria-label="t('common.close')" @click="drawer = false">
|
||||||
<VIcon class="theme-customizer-header-icon" icon="mdi-close" />
|
<VIcon class="theme-customizer-header-icon" icon="mdi-close" />
|
||||||
</IconBtn>
|
</IconBtn>
|
||||||
</div>
|
</div>
|
||||||
@@ -346,8 +342,9 @@ html[data-theme='transparent'] .v-overlay__content:has(.theme-customizer-panel--
|
|||||||
}
|
}
|
||||||
|
|
||||||
:is(html[data-theme='transparent'], .v-theme--transparent) .theme-customizer-card-option .theme-customizer-theme-icon,
|
:is(html[data-theme='transparent'], .v-theme--transparent) .theme-customizer-card-option .theme-customizer-theme-icon,
|
||||||
:is(html[data-theme='transparent'], .v-theme--transparent) .theme-customizer-color-option .theme-customizer-native-icon,
|
:is(html[data-theme='transparent'], .v-theme--transparent)
|
||||||
:is(html[data-theme='transparent'], .v-theme--transparent) .theme-customizer-header-icon {
|
.theme-customizer-color-option
|
||||||
|
.theme-customizer-native-icon {
|
||||||
backdrop-filter: none !important;
|
backdrop-filter: none !important;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user