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
4fae7cbc
Commit
4fae7cbc
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #18844 from AndersSahlin/patch-1
Modal: Respect $enable-rounded setting [skip sauce]
parents
22df55f2
ea4a79c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_modal.scss
+1
-1
scss/_modal.scss
with
1 addition
and
1 deletion
+1
-1
scss/_modal.scss
+
1
-
1
View file @
4fae7cbc
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
background-color
:
$modal-content-bg
;
background-color
:
$modal-content-bg
;
background-clip
:
padding-box
;
background-clip
:
padding-box
;
border
:
1px
solid
$modal-content-border-color
;
border
:
1px
solid
$modal-content-border-color
;
border-radius
:
$border-radius-lg
;
@include
border-radius
(
$border-radius-lg
)
;
@include
box-shadow
(
0
3px
9px
rgba
(
0
,
0
,
0
,.
5
));
@include
box-shadow
(
0
3px
9px
rgba
(
0
,
0
,
0
,.
5
));
// Remove focus outline from opened modal
// Remove focus outline from opened modal
outline
:
0
;
outline
:
0
;
...
...
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