Start fixing up the Review Board color scheme definitions.
Review Request #10442 — Created March 11, 2019 and submitted
This review request covers several commits, starting to clean up and
fix the Review Board color scheme. We have a lot of hard-coded colors
throughout the stylesheets, many of which are unintentional variations
on the same set of basic colors.To start, this adds new definitions for the different shades of grey,
blue, brown, green, red, and yellow. We also had a number of defined
colors which weren't used very much (or at all), which have now been
properly commented as deprecated.The actual changes to the styles cover:
- The background color assigned to input elements in the upload-diff
mixin evaluated to white, so I've just removed the rule. - The border color for the drag-hover in the upload-diff mixin was so
close to the normal border color as to be indistinguishable. - The issue summary table had a yellowish border on mobile only, which
looked kind of weird (the tabs still used a grey border). I've removed
the special rule and now everything uses the same grey border. - Uses of
@grey
and@light-blue
have been changed to use the new
color definitions. - Started converting the main page colors over to the new color
definitions, primarily in the.page-colors
mixin, which controls the
color scheme of the header bar. - Changed the definition of the link color to
blue-20
, which is a dark
teal-like color (though there are a lot of links throughout the UI
which do not properly use thelink-color
definition yet).
While I was in here, I noticed that the scrollable portion of the "New
Review Request" page would overflow the rounded corners on Chrome.
There's a weird hack that adding a null transform fixes this, which I've
added in.
Verified the different page styles (base, reviewable, admin) and
checked that the affected styles looked correct.
Summary | ID |
---|---|
16139a2fbff584a72f3da8fa4c2606f7a19ce3d7 | |
e78e4219065f95bf519ac8c5c5eed3e99ea95997 | |
7a1f16d0f89f7f3d3a87519d9360939a1033054a | |
8838d95728080e306bab75e48e51f97e03411db0 |
Description | From | Last Updated |
---|---|---|
Right now, defs.less includes colors.less. Do we want to make that official, or do we want to effectively work toward … |
chipx86 | |
Generally, an overflow: hidden will do this just fine. Does it not in this case? Kind of feel like this … |
chipx86 | |
Can we define these in a namespace? |
chipx86 |