Commit 8def9527 authored by Jake Hartnell's avatar Jake Hartnell

Merge pull request #1441 from hypothesis/tag-styles

Looks good to me. 
parents e401d41d 5f088ae3
...@@ -66,30 +66,27 @@ tags-input { ...@@ -66,30 +66,27 @@ tags-input {
} }
.tags-read-only { .tags-read-only {
font-size: 11px;
margin: .4545em 0;
.tag-list { .tag-list {
@include pie-clearfix; @include pie-clearfix;
margin: .2em 0; margin-top: -.4545em;
.tag-item { .tag-item {
font-size: 11px;
cursor: pointer;
display: block;
float: left; float: left;
position: relative; margin-right: .4545em;
margin-right: 0.4em; margin-top: .4545em;
margin-top: .4em;
border: 1px solid #d3d3d3;
background: $gray-lightest;
font-weight: 400;
border-radius: 2px;
a { a {
color: $gray-light;
padding: 0 .4em;
text-decoration: none; text-decoration: none;
border: 1px solid $gray-lighter;
border-radius: 2px;
padding: 0 .4545em .1818em;
color: $gray-light;
background: $gray-lightest;
&:hover { &:hover, &:focus {
color: $link-color-hover; color: $link-color-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