Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
starter-theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
cwp
starter-theme
Commits
9378147b
Commit
9378147b
authored
Jun 16, 2017
by
Sacha Judd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX add outline-focus status for buttons
parent
d1a0b143
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
61 additions
and
47 deletions
+61
-47
dist/css/editor.css
dist/css/editor.css
+1
-1
dist/css/main.css
dist/css/main.css
+21
-2
dist/js/main.js
dist/js/main.js
+37
-43
src/scss/components/forms.scss
src/scss/components/forms.scss
+2
-1
No files found.
dist/css/editor.css
View file @
9378147b
This diff is collapsed.
Click to expand it.
dist/css/main.css
View file @
9378147b
This diff is collapsed.
Click to expand it.
dist/js/main.js
View file @
9378147b
This diff is collapsed.
Click to expand it.
src/scss/components/forms.scss
View file @
9378147b
...
...
@@ -75,7 +75,8 @@
}
// Add focus status removed by Bootstrap
.dropdown-toggle
:focus
{
.dropdown-toggle
:focus
,
.btn
:focus
{
@include
outline-focus
();
}
...
...
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