Commit ad1bce17 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix focus state in preview tab

Adds MR ID to changelog entry

Removes changelog entry

Fixes after review
parent 1e8cb595
...@@ -64,12 +64,17 @@ ...@@ -64,12 +64,17 @@
a { a {
padding-top: 0; padding-top: 0;
line-height: 1; line-height: 19px;
border-bottom: 1px solid $border-color; border-bottom: 1px solid $border-color;
&.btn.btn-xs { &.btn.btn-xs {
padding: 2px 5px; padding: 2px 5px;
} }
&:focus {
margin-top: -10px;
padding-top: 10px;
}
} }
} }
} }
...@@ -163,4 +168,4 @@ ...@@ -163,4 +168,4 @@
border: 1px solid $white-light; border: 1px solid $white-light;
} }
} }
} }
\ No newline at end of file
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