Skip to content

Commit 237f5e1

Browse files
committed
Nuke shadows around thumbnails
1 parent bb94de7 commit 237f5e1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

docs/assets/css/bootstrap.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3986,8 +3986,6 @@ button.close {
39863986
line-height: 20px;
39873987
border: 1px solid #ddd;
39883988
border-radius: 4px;
3989-
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
3990-
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
39913989
-webkit-transition: all 0.2s ease-in-out;
39923990
-moz-transition: all 0.2s ease-in-out;
39933991
-o-transition: all 0.2s ease-in-out;
@@ -3996,8 +3994,6 @@ button.close {
39963994

39973995
a.thumbnail:hover {
39983996
border-color: #428bca;
3999-
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
4000-
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
40013997
}
40023998

40033999
.thumbnail > img {

less/thumbnails.less

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@
1010
line-height: @line-height-base;
1111
border: 1px solid #ddd;
1212
border-radius: @border-radius-base;
13-
.box-shadow(0 1px 3px rgba(0,0,0,.055));
1413
.transition(all .2s ease-in-out);
1514
}
1615
// Add a hover state for linked versions only
1716
a.thumbnail:hover {
1817
border-color: @link-color;
19-
.box-shadow(0 1px 4px rgba(0,105,214,.25));
2018
}
2119

2220
// Images and captions

0 commit comments

Comments
 (0)