Fix focus state in preview tab

Adds MR ID to changelog entry

Removes changelog entry

Fixes after review
This commit is contained in:
Filipa Lacerda 2016-11-18 17:37:32 +00:00
parent 1e8cb595bf
commit ad1bce1733

View file

@ -64,12 +64,17 @@
a {
padding-top: 0;
line-height: 1;
line-height: 19px;
border-bottom: 1px solid $border-color;
&.btn.btn-xs {
padding: 2px 5px;
}
&:focus {
margin-top: -10px;
padding-top: 10px;
}
}
}
}
@ -163,4 +168,4 @@
border: 1px solid $white-light;
}
}
}
}