Skip to content
GitLab
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
dc39082a
Commit
dc39082a
authored
7 years ago
by
XhmikosR
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove `thumbnail-transition` from `.img-thumbnail`.
We don't change anything so the transition is basically unused.
parent
7bb82a5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_images.scss
+0
-1
scss/_images.scss
scss/_variables.scss
+0
-1
scss/_variables.scss
with
0 additions
and
2 deletions
+0
-2
scss/_images.scss
+
0
-
1
View file @
dc39082a
...
...
@@ -16,7 +16,6 @@
background-color
:
$thumbnail-bg
;
border
:
$thumbnail-border-width
solid
$thumbnail-border-color
;
@include
border-radius
(
$thumbnail-border-radius
);
@include
transition
(
$thumbnail-transition
);
@include
box-shadow
(
$thumbnail-box-shadow
);
// Keep them at most 100% wide
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
0
-
1
View file @
dc39082a
...
...
@@ -761,7 +761,6 @@ $thumbnail-border-width: $border-width !default;
$thumbnail-border-color
:
#ddd
!
default
;
$thumbnail-border-radius
:
$border-radius
!
default
;
$thumbnail-box-shadow
:
0
1px
2px
rgba
(
$black
,.
075
)
!
default
;
$thumbnail-transition
:
all
.2s
ease-in-out
!
default
;
// Figures
...
...
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