Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
d1bd5fb5
Commit
d1bd5fb5
authored
7 years ago
by
Martijn Cuppens
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add focus states to custom docs buttons
parent
20c2d0fe
3 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!17021
v4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assets/scss/_buttons.scss
+8
-0
assets/scss/_buttons.scss
with
8 additions
and
0 deletions
+8
-0
assets/scss/_buttons.scss
+
8
-
0
View file @
d1bd5fb5
...
@@ -13,6 +13,10 @@
...
@@ -13,6 +13,10 @@
background-color
:
$bd-purple-bright
;
background-color
:
$bd-purple-bright
;
border-color
:
$bd-purple-bright
;
border-color
:
$bd-purple-bright
;
}
}
&
:focus
{
box-shadow
:
0
0
0
3px
rgba
(
$bd-purple-bright
,
.25
);
}
}
}
.btn-bd-download
{
.btn-bd-download
{
...
@@ -26,4 +30,8 @@
...
@@ -26,4 +30,8 @@
background-color
:
$bd-download
;
background-color
:
$bd-download
;
border-color
:
$bd-download
;
border-color
:
$bd-download
;
}
}
&
:focus
{
box-shadow
:
0
0
0
3px
rgba
(
$bd-download
,
.25
);
}
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets