@neovici/cosmoz-omnitable 12.20.0 → 12.20.1

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.
@@ -88,8 +88,11 @@ export default css`
88
88
  text-decoration: var(--cosmoz-omnitable-link-decoration, underline);
89
89
  }
90
90
  :host a:hover {
91
- color: var(--primary-link-color, inherit);
92
- text-decoration: var(--cosmoz-omnitable-link-decoration, underline);
91
+ text-decoration: var(
92
+ --cosmoz-omnitable-link-decoration-hover,
93
+ var(--cosmoz-omnitable-link-decoration, underline)
94
+ );
95
+ color: var(--primary-link-color-hover, var(--primary-link-color));
93
96
  }
94
97
  /* The wrapping div that contains the header, the table content and the footer */
95
98
  .mainContainer {
@@ -136,7 +139,10 @@ export default css`
136
139
  --paper-font-caption_-_line-height: 18px;
137
140
  }
138
141
  --paper-font-subhead_-_font-family: var(
139
- --cosmoz-omnitable-header-font-family, 'Roboto', 'Noto', sans-serif
142
+ --cosmoz-omnitable-header-font-family,
143
+ 'Roboto',
144
+ 'Noto',
145
+ sans-serif
140
146
  );
141
147
  text-transform: var(--cosmoz-omnitable-header-text-transform, none);
142
148
  --paper-font-subhead_-_font-weight: var(
@@ -152,7 +158,12 @@ export default css`
152
158
  cosmoz-autocomplete-ui::part(input-label) {
153
159
  text-transform: var(--cosmoz-omnitable-header-text-transform, none);
154
160
  font-weight: var(--cosmoz-omnitable-header-font-weight, normal);
155
- font-family: var(--cosmoz-omnitable-header-font-family, 'Roboto', 'Noto', sans-serif);
161
+ font-family: var(
162
+ --cosmoz-omnitable-header-font-family,
163
+ 'Roboto',
164
+ 'Noto',
165
+ sans-serif
166
+ );
156
167
  font-size: var(--cosmoz-omnitable-header-font-size, 16px);
157
168
  }
158
169
  cosmoz-omnitable-header-row {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "12.20.0",
3
+ "version": "12.20.1",
4
4
  "description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-omnitable.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-omnitable)",
5
5
  "keywords": [
6
6
  "web-components"