Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
142eb42e
Commit
142eb42e
authored
Jun 14, 2016
by
Chris
Committed by
GitHub
Jun 14, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12745 from edx/clrux/ac-472
AC-472 removing outline from main
parents
147bb014
fbcf334a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
cms/static/sass/_base.scss
+5
-0
No files found.
cms/static/sass/_base.scss
View file @
142eb42e
...
...
@@ -36,6 +36,11 @@ body, input, button {
font-family
:
'Open Sans'
,
sans-serif
;
}
// we want to hide the outline on the focusable <main> element
main
{
outline
:
none
;
}
a
{
@include
transition
(
color
$tmg-f2
ease-in-out
0s
);
text-decoration
:
none
;
...
...
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