@vaadin/vaadin-tabs
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-tabs", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"main": "vaadin-tabs.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -51,3 +51,3 @@ /** | ||
static get version() { | ||
return '3.0.1'; | ||
return '3.0.2'; | ||
} | ||
@@ -54,0 +54,0 @@ |
@@ -145,3 +145,3 @@ /** | ||
static get version() { | ||
return '3.0.1'; | ||
return '3.0.2'; | ||
} | ||
@@ -148,0 +148,0 @@ |
@@ -17,3 +17,2 @@ import '@vaadin/vaadin-lumo-styles/color.js'; | ||
font-weight: 500; | ||
text-align: center; | ||
opacity: 1; | ||
@@ -39,2 +38,6 @@ color: var(--lumo-contrast-60pct); | ||
:host(:not([orientation="vertical"])) { | ||
text-align: center; | ||
} | ||
:host([orientation="vertical"]) { | ||
@@ -45,3 +48,2 @@ transform-origin: 0% 50%; | ||
min-width: 0; | ||
text-align: left; | ||
} | ||
@@ -118,6 +120,9 @@ | ||
:host(:not([orientation="vertical"])) ::slotted(a[href]) { | ||
justify-content: center; | ||
} | ||
:host ::slotted(a[href]) { | ||
display: flex; | ||
width: 100%; | ||
justify-content: center; | ||
align-items: center; | ||
@@ -124,0 +129,0 @@ height: 100%; |
43221
776