-
Notifications
You must be signed in to change notification settings - Fork 146
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
Fix Borders in Outlined Button Group in textanswers view #2085
Fix Borders in Outlined Button Group in textanswers view #2085
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me, will have to test with firefox once 121 is released.
c34c4ab
to
2f27865
Compare
@richardebeling I tried it using the new firefox and could not reproduce the issue anymore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful :)
Just so we are on the same page: This is just a special case of #1945, right? Otherwise, we should link the PR and issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The scss is very long, I still have questions :D
6b8fd89
to
9769815
Compare
@niklasmohrin I removed all unused CSS selectors. I also checked again, if the issue still occurs on main and I could still verify that there are double borders that happen on main but not on this branch. |
This class replaces bootstraps default strategy of using negative margins to hide double borders with specific css-selectors that hide and show specific borders.
9769815
to
baa7fcc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works for me and i'd say we can close #1945 then
Fixes double borders referenced here.
This needs the
:has()
pseudoselector, which will be supported in the next firefox release 121 (planned release date: 2023-12-19)