fix(ui): resolved active link underline issue#951
fix(ui): resolved active link underline issue#951Mayank2142 wants to merge 2 commits intoprocessing:mainfrom
Conversation
|
@Mayank2142 Can you share the screenshot of screen related to this fix & mention what exactly the issues was. |
issue:- [Link Item] Underline styling is applied to a non-link container instead of the link itself #870
|
|
With the following SCSS settings, the .current styles are not being applied, even though the a element in the HTML does have the current class. In the browser’s styles panel, there is no trace of the .current class being applied, although it does exist in the compiled CSS file. |
|
Hi @Mayank2142 , thanks for working on this! Just a quick note that I've added a "Resolves issue" comment to your PR - this way it can be linked to the original issue. Also @coseeian have left some comments above, please follow up and update your PR or ask for any help if needed! |
|
Hi @Mayank2142 , Just checking in to see how you're doing with this PR, as it's been a while. I've left a few comments on the PR previously, and I'd welcome any discussion or thoughts you have on those! Also, please let me know if you're still planning to continue - a quick confirmation within the next 7 days would be great. That's not a deadline to finish the task, just a ping to confirm you are still working on it. If not, no problem at all - the issue can be opened back up for other volunteers if I don't hear back from you by next week. Thank you! |
|
Hi @coseeian , |
|
Hi @Mayank2142 , thank you for the timely response, and no worries. :) |
|
Thanks both, @Mayank2142 and @coseeian ! I appreciate both your work on this. I'll close the PR. |


Resolves #870