@agorapulse/ui-theme 20.1.14 → 20.1.15

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.
@@ -152,11 +152,19 @@ $cell-height-small: 40px;
152
152
  &.ap-table__header-cell--sortable {
153
153
  cursor: pointer;
154
154
 
155
- ap-symbol {
155
+ .ap-table__header-sort-symbol {
156
156
  opacity: 0;
157
157
  }
158
158
 
159
- &:hover ap-symbol {
159
+ &:hover .ap-table__header-sort-symbol {
160
+ opacity: 1;
161
+ }
162
+ }
163
+
164
+ &.ap-table__header-cell--sorted {
165
+ color: var(--ref-color-electric-blue-150);
166
+
167
+ .ap-table__header-sort-symbol {
160
168
  opacity: 1;
161
169
  }
162
170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "20.1.14",
3
+ "version": "20.1.15",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",