@hanology/cham-browser 0.4.55 → 0.4.57
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
|
@@ -91,6 +91,8 @@ function onTap(event: MouseEvent) {
|
|
|
91
91
|
border-bottom: 2px solid var(--vermillion);
|
|
92
92
|
cursor: help;
|
|
93
93
|
transition: background 0.2s ease, box-shadow 0.2s ease;
|
|
94
|
+
-webkit-box-decoration-break: clone;
|
|
95
|
+
box-decoration-break: clone;
|
|
94
96
|
}
|
|
95
97
|
:deep(.ann-target.ann-overlap) {
|
|
96
98
|
border-bottom-width: 3px;
|
|
@@ -108,6 +108,8 @@ function onTap(event: MouseEvent) {
|
|
|
108
108
|
padding-left: 2px;
|
|
109
109
|
cursor: help;
|
|
110
110
|
transition: background 0.2s ease, box-shadow 0.2s ease;
|
|
111
|
+
-webkit-box-decoration-break: clone;
|
|
112
|
+
box-decoration-break: clone;
|
|
111
113
|
}
|
|
112
114
|
:deep(.ann-target.ann-overlap) {
|
|
113
115
|
border-left-width: 3px;
|
|
@@ -119,7 +121,6 @@ function onTap(event: MouseEvent) {
|
|
|
119
121
|
font-family: var(--sans);
|
|
120
122
|
font-weight: 600;
|
|
121
123
|
color: var(--vermillion);
|
|
122
|
-
text-combine-upright: all;
|
|
123
124
|
text-align: end;
|
|
124
125
|
letter-spacing: 0;
|
|
125
126
|
}
|