Fix focus state in preview tab
Adds MR ID to changelog entry Removes changelog entry Fixes after review
This commit is contained in:
parent
1e8cb595bf
commit
ad1bce1733
1 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue