Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/AccountForm.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/AccountForm.vue b/src/components/AccountForm.vue
index 91d9174cc..ad5f86668 100644
--- a/src/components/AccountForm.vue
+++ b/src/components/AccountForm.vue
@@ -350,17 +350,17 @@ export default {
</script>
<style lang="scss" scoped>
-.tabs-component-tabs {
+::v-deep .tabs-component-tabs {
display: flex;
}
-.tabs-component-tab {
+::v-deep .tabs-component-tab {
flex-grow: 1;
text-align: center;
color: var(--color-text-lighter);
}
-.tabs-component-tab.is-active {
+::v-deep .tabs-component-tab.is-active {
border-bottom: 1px solid black;
font-weight: bold;
}