Merge "Use a border with transparency on vote chips"

This commit is contained in:
Kasper Nilsson
2018-04-20 12:18:20 +00:00
committed by Gerrit Code Review

View File

@@ -136,7 +136,7 @@ limitations under the License.
padding: .5em 0 0 0;
}
.score {
border: 1px solid var(--border-color);
border: 1px solid rgba(0,0,0,.12);
border-radius: 3px;
color: var(--primary-text-color);
display: inline-block;