Commit 21e95218 authored by Randall Leeds's avatar Randall Leeds

Merge pull request #1435 from hypothesis/tags-redux

Tag Styles
parents c0076e44 921546ba
...@@ -68,40 +68,25 @@ tags-input { ...@@ -68,40 +68,25 @@ tags-input {
.tags-read-only { .tags-read-only {
.tag-list { .tag-list {
@include pie-clearfix;
margin: 1em 0 0; margin: 1em 0 0;
padding: 0;
border: 0 none;
background: none;
clear: both;
vertical-align: baseline;
&:after { .tag-item {
display: table;
clear: both;
content: "";
}
li {
padding: 0 .4em;
font-size: 11px; font-size: 11px;
cursor: pointer; cursor: pointer;
display: block; display: block;
float: left; float: left;
padding: .01em 1.3em .01em .3em;
position: relative; position: relative;
margin-right: 0.4em; margin-right: 0.4em;
margin-top: .4em;
&.tag-item { border: 1px solid #d3d3d3;
margin-top: .4em; background: $gray-lightest;
border: 1px solid #d3d3d3; font-weight: 400;
background: $gray-lightest; border-radius: 2px;
font-weight: 400;
padding: 0 .4em;
border-radius: 2px;
}
a { a {
color: $gray-light; color: $gray-light;
padding: 0 .4em;
text-decoration: none; text-decoration: none;
&:hover { &:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment