Merge "Use a border with transparency on vote chips"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user