Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
bootstrap
Commits
d50a89be
Commit
d50a89be
authored
Mar 10, 2014
by
Zlatan Vasović
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use `outline: 0` consistently
parent
e727973d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
less/button-groups.less
less/button-groups.less
+1
-1
less/carousel.less
less/carousel.less
+1
-1
less/modals.less
less/modals.less
+1
-1
less/navbar.less
less/navbar.less
+1
-1
No files found.
less/button-groups.less
View file @
d50a89be
...
...
@@ -20,7 +20,7 @@
}
&:focus {
// Remove focus outline when dropdown JS adds it after closing the menu
outline:
none
;
outline:
0
;
}
}
}
...
...
less/carousel.less
View file @
d50a89be
...
...
@@ -91,7 +91,7 @@
// Hover/focus state
&:hover,
&:focus {
outline:
none
;
outline:
0
;
color: @carousel-control-color;
text-decoration: none;
.opacity(.9);
...
...
less/modals.less
View file @
d50a89be
...
...
@@ -54,7 +54,7 @@
.box-shadow(0 3px 9px rgba(0,0,0,.5));
background-clip: padding-box;
// Remove focus outline from opened modal
outline:
none
;
outline:
0
;
}
// Modal background
...
...
less/navbar.less
View file @
d50a89be
...
...
@@ -200,7 +200,7 @@
// We remove the `outline` here, but later compensate by attaching `:hover`
// styles to `:focus`.
&:focus {
outline:
none
;
outline:
0
;
}
// Bars
...
...
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