Skip to content

Commit a234f3d

Browse files
committed
Always show low-opacity sortable icon for sortbutton
1 parent 2fd66df commit a234f3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@eqtylab/equality",
33
"description": "EQTYLab's component and token-based design system",
44
"homepage": "https://equality.eqtylab.io/",
5-
"version": "1.7.0",
5+
"version": "1.7.1",
66
"license": "Apache-2.0",
77
"keywords": [
88
"component library",

packages/ui/src/components/sort-button/sort-button.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}
99

1010
.sort-button:hover .arrow-up-down-icon {
11-
@apply opacity-50;
11+
@apply opacity-100;
1212
}
1313

1414
.arrow-container {
1515
@apply flex items-center [&>svg]:size-3;
1616
}
1717

1818
.arrow-up-down-icon {
19-
@apply opacity-0 transition-opacity;
19+
@apply opacity-40 transition-opacity;
2020
}

0 commit comments

Comments
 (0)