@@ -47,6 +47,7 @@
(debounced-search))
:intent "link"
:small? true
+ :title "Match case"
:class (str (when match-case? "active ") "text-lg"))
(ui/button
@@ -13,5 +13,9 @@
.ui__button {
margin-top: 0;
+
+ &.active {
+ color: var(--ls-link-text-color);
+ }
}
@@ -243,10 +243,6 @@ html.is-mobile {
@apply text-white;
- &.active {
- color: var(--ls-link-text-color);
- }
-
&[intent='logseq'] {
@apply focus:border-gray-500 dark:hover:text-gray-200;