Commit 5f088ae3 authored by Aron Carroll's avatar Aron Carroll

Small fixes to tab styles

* Same padding to top/bottom of tags.
* Remove unused styles.
* Apply consistent padding/margins and remove extra margin above
  first line of tags.
* Update pattern library.
parent d72e8488
......@@ -66,30 +66,27 @@ tags-input {
}
.tags-read-only {
font-size: 11px;
margin: .4545em 0;
.tag-list {
@include pie-clearfix;
margin: .2em 0;
margin-top: -.4545em;
.tag-item {
font-size: 11px;
cursor: pointer;
display: block;
float: left;
position: relative;
margin-right: 0.4em;
margin-top: .4em;
border: 1px solid #d3d3d3;
background: $gray-lightest;
font-weight: 400;
border-radius: 2px;
margin-right: .4545em;
margin-top: .4545em;
a {
color: $gray-light;
padding: 0 .4em;
text-decoration: none;
&:hover {
border: 1px solid $gray-lighter;
border-radius: 2px;
padding: 0 .4545em .1818em;
color: $gray-light;
background: $gray-lightest;
&:hover, &:focus {
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