Skip to content

Commit eacbd3e

Browse files
committed
chore(filter): dimmer buttons
1 parent f7d0780 commit eacbd3e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# UnderScript Changelog
22

3-
## Version 0.57.1 (2024-04-05)
3+
## Version 0.57.1 (2024-04-06)
4+
1. Made filtered buttons dimmer
45
1. Made Shiny filtered button bigger
56
1. Fixed collection dropdown filter translation error
67

src/base/library/hideCheckboxes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function refresh() {
2828
if (apply()) {
2929
styles.replace(
3030
'.filter input { display: none; }',
31+
'.filter input+* { margin: 0 2px; opacity: 0.2; }',
3132
'.filter .rainbowText { padding: 0px 5px; font-size: 22px; }',
3233
);
3334
} else {

0 commit comments

Comments
 (0)