summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-09-07 15:20:05 +0000
committerTim Zallmann <tzallmann@gitlab.com>2017-09-07 15:20:05 +0000
commitb5e29a47e00e28cbb941dfec273b0e92d1a6593a (patch)
treea32c30d10b1414f07fea872c0ae7e54569597b38 /app/assets/stylesheets
parente814e18209deb75c97ab247c702cbeb173e460b2 (diff)
parent5d72e54ec7d4d0d87b3b10c001dbc2982752d698 (diff)
downloadgitlab-ce-b5e29a47e00e28cbb941dfec273b0e92d1a6593a.tar.gz
Merge branch '37530-fix-skip-to-content-alignment' into 'master'
Fix alignment for Skip to content action Closes #37530 See merge request !14101
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/common.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index a85051642dd..706a9cffe87 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -412,11 +412,12 @@ table {
.gl-accessibility {
&:focus {
+ display: flex;
+ align-items: center;
top: 1px;
left: 1px;
width: auto;
height: 100%;
- line-height: 50px;
padding: 0 10px;
clip: auto;
text-decoration: none;