-
-
Notifications
You must be signed in to change notification settings - Fork 443
Card checkbox style updates #3780
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
base: develop
Are you sure you want to change the base?
Card checkbox style updates #3780
Conversation
- changed border-radius to 50% for a circle - transparent bg to dark opaque
- added bg color to read/unread/action buttons - "items selected" text color now uses the primary color variable and reduced font size - "deselect all" text uses light muted color variable, goes to white on hover and reduced font size - added border all around to bulk operations box - added 2px padding to bulk operations box
- input font size changed to 1rem PWA's zoom in on input fields that are less than 16px.
I cherry-picked the PWA zoom-in fix locally to try it out. This is the behaviour I saw on my iPhone; If I opened the PWA while already being logged in, I'm never seeing the zoom-in. I think doing your fix but for the login inputs screen may fix this? |
I just tried it and you are right. I completely forgot about the login screen. To be honest, pretty much every input that isn’t 16px or larger is going to have that zoom in effect. But we could test it out on login/search input fields first to see if it actually fixes it. |
|
@MrRobotjs just following up on Fessa's ask, any updates? |
Changed
Fixed
Theme
--text-light-muted-color
variable to dark.scss