Use Ink variables for link colors.
Review Request #13683 — Created March 30, 2024 and submitted — Latest diff uploaded
This replaces most of the usage of
@link-color
in the UI with
var(--ink-p-link-color)
andvar(--ink-p-link-hover-color)
. These
give us consistent theme-friendly colors for links.There are some instances that have not been replaced, but those will be
covered by larger changes.
Tested most of the links. There's still a lot of work involved for these
bits of the UI.
Diff Revision 1 (Latest)
Commits
Files
reviewboard/static/rb/css/defs.less |
---|
reviewboard/static/rb/css/pages/base.less |
---|
reviewboard/static/rb/css/pages/diffviewer.less |
---|
reviewboard/static/rb/css/pages/newReviewRequest.less |
---|
reviewboard/static/rb/css/pages/review-request.less |
---|
reviewboard/static/rb/css/pages/reviews.less |
---|
reviewboard/static/rb/css/pages/admin/repositories.less |
---|
reviewboard/static/rb/css/ui/banners.less |
---|
reviewboard/static/rb/css/ui/datagrids.less |
---|
reviewboard/static/rb/css/ui/infoboxes.less |
---|
reviewboard/static/rb/css/ui/admin/widgets.less |
---|