-
Notifications
You must be signed in to change notification settings - Fork 85
fix(look&feel,apollo): correction curseur et deprecation #1563
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: main
Are you sure you want to change the base?
Conversation
client/apollo/react/src/Form/InputTextAtom/InputTextAtomCommon.tsx
Outdated
Show resolved
Hide resolved
client/apollo/css/src/Form/InputTextAtom/InputTextAtomCommon.css
Outdated
Show resolved
Hide resolved
|
|
Ok pour moi mais je pense que cette PR est breaking change vu qu'on change la classe par défaut. |
hum, je ne suis pas sûr que ça soit un break puisque de toute manière, cette classe n'était pas modifiable par l'utilisateur. Par contre, on s'était dit que le modifier devait s'appliquer sur l'élément wrapper du composant. |



Correction d'un souci visuel sur les input Apollo et LF. L'élément html input ne prenait pas toute la taille de la case à cause d'un padding.
Modification d'une fonction deprecated
#1561