Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
b94c216a
Commit
b94c216a
authored
Nov 17, 2016
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a11y class for top-level shortcut for Screen Readers
parent
11ba759d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+17
-0
No files found.
app/assets/stylesheets/framework/common.scss
View file @
b94c216a
...
@@ -376,3 +376,20 @@ table {
...
@@ -376,3 +376,20 @@ table {
}
}
.hide-bottom-border
{
border-bottom
:
none
!
important
;
}
.hide-bottom-border
{
border-bottom
:
none
!
important
;
}
.gl-accessibility
{
&
:focus
{
top
:
1px
;
left
:
1px
;
width
:
auto
;
height
:
100%
;
line-height
:
50px
;
padding
:
0
10px
;
clip
:
auto
;
text-decoration
:
none
;
color
:
$gl-title-color
;
background
:
$gray-light
;
z-index
:
1
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment