mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
Remove unused styles in setting.vue
This commit is contained in:
@@ -137,19 +137,3 @@ const tabs = [
|
|||||||
</VWindow>
|
</VWindow>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<
|
|
||||||
<style lang="scss">
|
|
||||||
.v-tabs.v-tabs-pill.v-slide-group-item--active.v-tab--selected.text-primary {
|
|
||||||
background-color: rgb(var(--v-theme-primary));
|
|
||||||
color: rgb(var(--v-theme-on-primary)) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.v-tabs.v-tabs-pill.v-tab.v-tab--selected {
|
|
||||||
box-shadow: 0 2px 4px rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-xs-opacity)), 0 0 transparent,
|
|
||||||
0 0 transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.v-tabs.v-tabs-pill.v-btn:hover {
|
|
||||||
color: rgb(var(--v-theme-primary));
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user