-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
Some CSS Styles can't be changed #315
Comments
Hi @arielmoraes. Simply using E.g:
If this does not work for you, can you provide me more information about the framework and configuration you are using. Thanks! |
I've tried using
This results in the style being applied in the browser as:
The border property is taking precedence somehow. I solved that by using a custom class with I'm using the Lit framework to build a component on top of Deep Chat. By the way, great job on it. |
That is very interesting. The I'm happy that you were able to resolve your issue, might you have any insight on why this was happening just for anyone that comes across a similar issue? Thanks! |
No, I want to SET only the border top, my example was misleading because the border top was 0. The problem is that even by setting the border to unset, the specific styles are ignored, so if I have a border top set as 1px it'll not work as expected, |
My apologies. I misunderstood your initial message. I was able to reproduce your problem and was able to add a fix for it. This has been fixed in I will keep this issue open until the fix has been released in the core packages. Thankyou! |
I'm trying to customize some styles, but DeepChat ignores some of them, eg the border. I want to remove only the top border, but the outer container always have a full border, how can I unset the border (or any other style) and apply specific values?
The text was updated successfully, but these errors were encountered: