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
d2f4e2bf
Commit
d2f4e2bf
authored
5 years ago
by
Martijn Cuppens
Committed by
XhmikosR
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Revert incorrect change (#29044)
parent
df1c3c0c
2 merge requests
!31948
Examples/Floating-labels: fix bad behavior with autofill
,
!30064
test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_code.scss
+1
-2
scss/_code.scss
with
1 addition
and
2 deletions
+1
-2
scss/_code.scss
+
1
-
2
View file @
d2f4e2bf
...
@@ -18,8 +18,7 @@ kbd {
...
@@ -18,8 +18,7 @@ kbd {
background-color
:
$kbd-bg
;
background-color
:
$kbd-bg
;
@include
border-radius
(
$border-radius-sm
);
@include
border-radius
(
$border-radius-sm
);
// stylelint-disable-next-line no-duplicate-selectors
kbd
{
&
{
padding
:
0
;
padding
:
0
;
@include
font-size
(
100%
);
@include
font-size
(
100%
);
font-weight
:
$nested-kbd-font-weight
;
font-weight
:
$nested-kbd-font-weight
;
...
...
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