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 {
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue