-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Improve contrast of subject pills in bulk tagger #8538
Improve contrast of subject pills in bulk tagger #8538
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.
Lgtm one comment about deleting old code. Can you also add a before picture so we can see what the change looks like?
background-color: @primary-blue; | ||
} | ||
} | ||
|
||
.subject-red { |
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.
Can we remove these now?
person: 'subject-purple', | ||
place: 'subject-red', | ||
time: 'subject-yellow' | ||
subject: 'subject-type-option--subject', |
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.
Nice, like the BEM here!
1e73cd7
to
852323c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8538 +/- ##
=======================================
Coverage 16.00% 16.00%
=======================================
Files 86 86
Lines 4692 4691 -1
Branches 822 822
=======================================
Hits 751 751
+ Misses 3416 3415 -1
Partials 525 525 ☔ View full report in Codecov by Sentry. |
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.
Nice, much better! Looks much easier to read.
Improves contrast of the subject type pills, found in the "Create new subject" section of the bulk tagger.
Technical
Testing
Screenshot
Before:
After:
Stakeholders
@mheiman