@neovici/cosmoz-omnitable 8.14.2 → 8.14.3
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.
|
@@ -72,7 +72,14 @@ const placement = ['bottom-right', ...defaultPlacement],
|
|
|
72
72
|
</style>
|
|
73
73
|
<div class="headline">
|
|
74
74
|
${_('Sort and filter')}
|
|
75
|
-
<button
|
|
75
|
+
<button
|
|
76
|
+
class="close"
|
|
77
|
+
@click=${(e) => {
|
|
78
|
+
const tg = e.currentTarget;
|
|
79
|
+
tg?.focus();
|
|
80
|
+
tg?.blur();
|
|
81
|
+
}}
|
|
82
|
+
>
|
|
76
83
|
${close}
|
|
77
84
|
</button>
|
|
78
85
|
</div>
|
|
@@ -17,14 +17,15 @@ export default css`
|
|
|
17
17
|
font-weight: 500;
|
|
18
18
|
font-size: 16px;
|
|
19
19
|
line-height: 0.95;
|
|
20
|
-
padding:
|
|
20
|
+
padding: 10px 14px;
|
|
21
21
|
display: flex;
|
|
22
|
+
align-items: center
|
|
22
23
|
}
|
|
23
24
|
.close {
|
|
24
25
|
border: none;
|
|
25
26
|
background: none;
|
|
26
27
|
cursor: pointer;
|
|
27
|
-
padding:
|
|
28
|
+
padding: 2.5px 6px;
|
|
28
29
|
margin-left: auto;
|
|
29
30
|
}
|
|
30
31
|
|
|
@@ -56,6 +57,7 @@ export default css`
|
|
|
56
57
|
}
|
|
57
58
|
.heading svg {
|
|
58
59
|
margin-left: auto;
|
|
60
|
+
margin-right: 4px;
|
|
59
61
|
}
|
|
60
62
|
.heading[data-opened] svg {
|
|
61
63
|
transform: scaleY(-1);
|
|
@@ -147,6 +149,7 @@ export default css`
|
|
|
147
149
|
padding: 14px;
|
|
148
150
|
}
|
|
149
151
|
.sg {
|
|
152
|
+
color: inherit;
|
|
150
153
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
151
154
|
border-radius: 2px;
|
|
152
155
|
font-size: 13px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neovici/cosmoz-omnitable",
|
|
3
|
-
"version": "8.14.
|
|
3
|
+
"version": "8.14.3",
|
|
4
4
|
"description": "[](https://travis-ci.org/Neovici/cosmoz-omnitable)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components"
|