Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unused .tsmb-form--slash::after style #4

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Conversation

Krinkle
Copy link
Member

@Krinkle Krinkle commented Aug 22, 2024

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.


NOTE: This patches conflicts with #3. Given that the limited GitHub PR-model doesn't support patchsets or stacked patches, this means our choices are 1) knowingly submit conflicting patches and rebase which ever is landed last, 2) place one on top of the other and put a disclaimer on the second to not merge it before the first and manually keep the two branches in sync, 3) Put them into one PR and give up CI coverage for the ifrst patch and give up CR separation, 4) work on one thing at a time and keep the other thing to yourself or forget about it, 5) be a maintainer and bypass CR and push directly for one of them.

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.
@Krinkle Krinkle merged commit 865654e into main Aug 22, 2024
3 checks passed
@Krinkle Krinkle deleted the rm-unused-css branch August 22, 2024 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant