You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had some luck styling the component using regular css. However when I use the component in read only mode, there is no css added to the component that detects this. As a result I am not able to condition styles that I added, to modify the components appearance in non read only mode, to not appear when the component is in readonly mode. The request is for a class, or some other css indicator, to be added to the vaadin-ckeditor when in read only mode.
Also some styling guidelines would be helpful in the documentation. I did just notice a classname is applied of ck-read-only but this is placed on a div within the component.
The text was updated successfully, but these errors were encountered:
I've had some luck styling the component using regular css. However when I use the component in read only mode, there is no css added to the component that detects this. As a result I am not able to condition styles that I added, to modify the components appearance in non read only mode, to not appear when the component is in readonly mode. The request is for a class, or some other css indicator, to be added to the vaadin-ckeditor when in read only mode.
As a more long-term goal, it'd be nice if the component used the typical vaadin styles approach (see https://github.com/vaadin/vaadin-themable-mixin).
Also some styling guidelines would be helpful in the documentation. I did just notice a classname is applied of
ck-read-only
but this is placed on a div within the component.The text was updated successfully, but these errors were encountered: