-
Notifications
You must be signed in to change notification settings - Fork 6
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
[#8662] Add plans (Vorhaben) checkbox #5950
Conversation
b3abb89
to
3b21b49
Compare
@@ -152,6 +155,21 @@ export const ProjectsControlBar = ({ | |||
typeaheadSelected={filters.organisation} | |||
multipleBoolean | |||
/> | |||
<fieldset className="control-bar__checkboxes"> | |||
<legend className="control-bar__checkboxes-legend">{translated.onlyShow}:</legend> |
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.
Should me move the punctuation also into the translated string?
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.
Thanks, I've moved the :
into the translated string 👍
} | ||
|
||
.modul-facetingform .facetingform__container .control-bar__checkboxes-legend { | ||
float: left; |
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.
Should we use flexbox instead to avoid any confusion in the future?
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.
I totally wanted to use flex
, but making legends inline only works with float: left
🫠: Today I learned: How to style a fieldset's legend element as display inline.
3b21b49
to
1deb05e
Compare
1deb05e
to
962a0f6
Compare
Describe your changes
This PR adds the plans (Vorhaben) checkbox.
Tasks