-
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
apps/votes: change wording, order and slug for voting code dashboard … #4517
Conversation
f11de84
to
5208a2e
Compare
551e614
to
2053edc
Compare
@@ -48,7 +48,7 @@ | |||
margin: 0; | |||
padding: 0; | |||
|
|||
> li { | |||
> * { |
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.
now it targets children but won't overwrite additional styles as it's not a high order selector, checked comp lib and it seems ok
2053edc
to
be2823f
Compare
be2823f
to
c378f00
Compare
{% for page in token_export_iterator %} | ||
<li class="u-bottom-divider u-space-between"> | ||
<div class="" id="id-export-tokens-hint"> | ||
{% translate " code package no." %} - {{ page }} |
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.
Do we still want the - here or is that a left over?
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.
Yes, most likely not, will check the wording and fix!
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.
@Rineee Because of the renaming after, I added that fix to the last commit. 🤷♀️
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.
Yeah, cool!
One little question, not sure if intended.. apart from that, please merge!
c378f00
to
cb26fb1
Compare
…components
A few wording changes and fixes. The styling is mostly there... Maybe @phillimorland could have the first look at that (the third commit).