@itfin/components 1.0.72 → 1.0.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
&:after {
|
|
45
45
|
border-radius: 0 8px 0 0;
|
|
46
46
|
top: -5px;
|
|
47
|
-
box-shadow: rgb(0
|
|
47
|
+
box-shadow: rgb(0,0,0,.05) 1px -2px 1px, inset rgb(255 255 255 / 9%) 0 1px;
|
|
48
48
|
}
|
|
49
49
|
&:before {
|
|
50
50
|
border-radius: 0 0 8px 0;
|
|
51
51
|
transform: skew(0deg, -1deg);
|
|
52
52
|
top: auto;
|
|
53
53
|
bottom: -12px;
|
|
54
|
-
box-shadow: rgba(0,0,0,.
|
|
54
|
+
box-shadow: rgba(0,0,0,.05) 1px 2px 1px, inset rgba(255,255,255,.09) 0 -1px;
|
|
55
55
|
}
|
|
56
56
|
&:before, &:after {
|
|
57
57
|
height: calc(var(--itf-tabs-tab-padding) * 4);
|
|
@@ -65,6 +65,12 @@
|
|
|
65
65
|
border-top: 0 none;
|
|
66
66
|
border-right: 1px solid var(--itf-tabs-active-border-color);
|
|
67
67
|
}
|
|
68
|
+
&:after {
|
|
69
|
+
box-shadow: rgb(0 0 0 / 10%) 2px -3px 5px, inset rgb(255 255 255 / 9%) 0 1px;
|
|
70
|
+
}
|
|
71
|
+
&:before {
|
|
72
|
+
box-shadow: rgba(0,0,0,.1) 2px 3px 5px, inset rgba(255,255,255,.09) 0 -1px;
|
|
73
|
+
}
|
|
68
74
|
}
|
|
69
75
|
&:hover, &:hover:before, &:hover:after,
|
|
70
76
|
&:focus, &:focus:before, &:focus:after {
|
|
@@ -77,6 +83,7 @@
|
|
|
77
83
|
flex-grow: 1;
|
|
78
84
|
z-index: 1;
|
|
79
85
|
margin-right: -1px;
|
|
86
|
+
max-width: calc(100% - var(--itf-tabs-panel-width));
|
|
80
87
|
}
|
|
81
88
|
}
|
|
82
89
|
|
|
@@ -111,7 +118,7 @@
|
|
|
111
118
|
& > span {
|
|
112
119
|
position: relative;
|
|
113
120
|
z-index: 4;
|
|
114
|
-
opacity: .
|
|
121
|
+
opacity: .75;
|
|
115
122
|
display: block;
|
|
116
123
|
}
|
|
117
124
|
&:before, &:after {
|