We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d0780 commit eacbd3eCopy full SHA for eacbd3e
changelog.md
@@ -1,6 +1,7 @@
1
# UnderScript Changelog
2
3
-## Version 0.57.1 (2024-04-05)
+## Version 0.57.1 (2024-04-06)
4
+1. Made filtered buttons dimmer
5
1. Made Shiny filtered button bigger
6
1. Fixed collection dropdown filter translation error
7
src/base/library/hideCheckboxes.js
@@ -28,6 +28,7 @@ function refresh() {
28
if (apply()) {
29
styles.replace(
30
'.filter input { display: none; }',
31
+ '.filter input+* { margin: 0 2px; opacity: 0.2; }',
32
'.filter .rainbowText { padding: 0px 5px; font-size: 22px; }',
33
);
34
} else {
0 commit comments