Skip to content

Commit 865654e

Browse files
authored
remove unused .tsmb-form--slash::after style
Follows-up ca5519d, which moved this from applying last, in a media query, to hide the keyboard short cut on narrow viewports (likely touchscreen devices); to instead apply before the actual style unconditionally, thus never actually applying as it is immediately overriden by another style right below it. The default for `::after`, is already to not exist / be hidden. Ref #2. Closes #4.
1 parent 096623d commit 865654e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

typesense-minibar.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ typesense-minibar form::before {
121121
display: block !important;
122122
}
123123

124-
.tsmb-form--slash::after {
125-
display: none;
126-
}
127-
128124
.tsmb-form--slash:not(.tsmb-form--open):not(:focus-within)::after {
129125
content: '/';
130126
display: inline-block;

0 commit comments

Comments
 (0)