pg07codes / fokus

react web app to help you become more productive :fire: and efficient with time:star2:
https://fokusapp.netlify.app
GNU General Public License v3.0
158 stars 12 forks source link

Removes arrows from input in Firefox #17

Closed min0k closed 2 years ago

min0k commented 2 years ago

Fixes Issue #14

This PR removes the arrows from the input in Firefox, so the design is consistent across Chrome and Firefox.

Before:

Screen Shot 2022-05-03 at 5 18 23 PM

After:

Screen Shot 2022-05-03 at 5 18 29 PM
pg07codes commented 2 years ago

@min0k the issue seems to still persist in the deploy preview. please check once. image

i am on ubuntu 18.04. what device are you using ? maybe that is the reason for discrepancy

min0k commented 2 years ago

@pg07codes I am on macOS Montery 12.0.1, using the latest version of Firefox. I don't think the operating system can influence how stuff gets rendered in the web browser (don't quote me on that though..)

I made another change targeting all browsers instead of just Firefox.

pg07codes commented 2 years ago

yes this seems to work fine. thanks. can you please merge the commits into a single one, so i can merge the PR.

min0k commented 2 years ago

I believe you can squash and merge from your side - GitHub Document.

I do not have write access to do this.

pg07codes commented 2 years ago

thanks @min0k for the fix