commit | 6792be4103eb101d9a309fd9b7611c36fe6d7858 | [log] [tgz] |
---|---|---|
author | Ben Rohlfs <brohlfs@google.com> | Tue Oct 29 08:46:43 2019 +0100 |
committer | Ben Rohlfs <brohlfs@google.com> | Tue Oct 29 14:51:47 2019 +0100 |
tree | 99d3f077556cee6219dd66b9b4619e989d7eb019 | |
parent | 4a809aabdc90e8aed576b643a502d9541160b9cd [diff] [blame] |
Introduce a border-radius css var and use it everywhere Sets border-radius to 4px as the app-theme default. The only border-radii that stay different from 4px are the circle shapes for account and voting chips. Change-Id: I3417b141aaa19440300f0628eca1a9229eb6c131
diff --git a/polygerrit-ui/app/elements/change/gr-message/gr-message.html b/polygerrit-ui/app/elements/change/gr-message/gr-message.html index 9457ed0..acbee7f 100644 --- a/polygerrit-ui/app/elements/change/gr-message/gr-message.html +++ b/polygerrit-ui/app/elements/change/gr-message/gr-message.html
@@ -150,7 +150,7 @@ } .score { border: 1px solid rgba(0,0,0,.12); - border-radius: 3px; + border-radius: var(--border-radius); color: var(--primary-text-color); display: inline-block; margin: -1px 0;