Open 555vedant opened 1 month ago
@jonathanmtran sir please tell me is there any improvement or suggestion for this PR because from 10th onwards i have MIDSEM exam of college.
@jonathanmtran is it fine ?
@jonathanmtran PR ready to merge ??
I do not feel that this PR is ready to merge.
autosuggest.css
which is NOT a file that is related to what I feel the enhancement would be.less
file, it would never be compiled into CSS at build time. Therefore, the changes need to be made to the appropriate file, pre-existing or new@jonathanmtran i also noticed the same problem with less variables we cant do without less , now whats the solution for this PR ??
I have already described my guess as to what an implementation could look like.
In order to make meaningful progress on implementing this enhancement and if you have not set up an instance of uPortal: you should set up an instance of uPortal using uPortal-start and work on this.
currently, web components require individual CSS variiables to be defined separately, which adds complexity when integrating with uPortal skins. To streamline styling and ensure consistency, uPortal CSS variables (like those used for portlets) should be directly exposed and defined. This will allow web components to inherit styles such as header text color, content background color, and more, from the uPortal skin without requiring redundant definitions. The solution involves defining key CSS variables in the :root scope that web components can automatically use, improving maintainability and reducing duplication