-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
CSS Requests for the User Feedback widget #9439
Comments
This exists! (
We recently added this, make sure you're on the latest version (
We can take a look at this
It's unlikely we'd add custom icons (we can take a look at the font styling though). I'd recommend the bring your own button approach if you need a deeper level of customization. |
@billyvg Thanks for pointing that out. Sorry, I missed the update in the doc. A few requests after using the specified classes.
Of course, at some point, it might make more sense to just attach a custom button but thought I'd request anyway :) |
* **BREAKING** `inputBorderFocus` is now `inputOutlineFocus` (I wanted to make this directly tied to the css property being used to avoid confusion) * added `submitOutlineFocus`, `submitForegroundHover` (as well as the `cancel` versions) * change to use `:focus-visible` pseudo class (instead of `:focus`) * do not show `buttonLabel` if empty Closes #9439
@amitnavindgi We've released version .10, with our first breaking change: We won't be adding an icon library, but if you want to create a new ticket for the font-weight css, we can think about that more. Thanks! |
Awesome, thank you for the quick turnaround on this! |
It looks like there may be a bug with |
@amitnavindgi can you select the submit button with dev tools and apply the |
And here's my CSS --input-border-focus: #3a415b;
--submit-background: #ffe180;
--submit-background-hover: #33ffc7;
--submit-border: #ffe180;
--submit-foreground: #3a415b;
--submit-foreground-hover: #3a415b;
--submit-outline-focus: #33ffc7; It is kinda confusing now with I am on 0.10 |
Problem Statement
Thanks for giving us, Zoox, access to the alpha version of the User Feedback widget! It's working great so far. I'd love to see the following options added to the configuration and CSS variables.
bold
or override font style forbuttonLabel
?buttonLabel
is set to an empty string the widget button shows an icon following some white spaces. It'd be great to see an option to only use an icon.Solution Brainstorm
Pretty much exposing more options the same way some options are exposed right now.
The text was updated successfully, but these errors were encountered: