Skip to content

Commit 484c68d

Browse files
authored
ref(css): removed unused thumbnail styles (#23079)
1 parent 517fe39 commit 484c68d

File tree

5 files changed

+0
-67
lines changed

5 files changed

+0
-67
lines changed

src/sentry/static/sentry/less/includes/bootstrap/bootstrap.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
@import 'pagination.less';
2828
@import 'labels.less';
2929
@import 'badges.less';
30-
@import 'thumbnails.less';
3130
@import 'alerts.less';
3231
@import 'progress-bars.less';
3332
@import 'media.less';

src/sentry/static/sentry/less/includes/bootstrap/media.less

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919

2020
.media-object {
2121
display: block;
22-
23-
// Fix collapse in webkit from max-width: 100% and display: table-cell.
24-
&.img-thumbnail {
25-
max-width: none;
26-
}
2722
}
2823

2924
.media-right,

src/sentry/static/sentry/less/includes/bootstrap/scaffolding.less

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,6 @@
88
border-radius: @border-radius-large;
99
}
1010

11-
// Image thumbnails
12-
//
13-
// Heads up! This is mixin-ed into thumbnails.less for `.thumbnail`.
14-
.img-thumbnail {
15-
padding: @thumbnail-padding;
16-
line-height: @line-height-base;
17-
background-color: @thumbnail-bg;
18-
border: 1px solid @thumbnail-border;
19-
border-radius: @thumbnail-border-radius;
20-
.transition(all 0.2s ease-in-out);
21-
22-
// Keep them at most 100% wide
23-
.img-responsive(inline-block);
24-
}
25-
2611
// Perfect circle
2712
.img-circle {
2813
border-radius: 50%; // set radius in percents

src/sentry/static/sentry/less/includes/bootstrap/theme.less

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,6 @@
108108
.btn-styles(@btn-danger-bg);
109109
}
110110

111-
//
112-
// Images
113-
// --------------------------------------------------
114-
115-
.thumbnail,
116-
.img-thumbnail {
117-
.box-shadow(0 1px 2px rgba(0, 0, 0, 0.075));
118-
}
119-
120111
//
121112
// Dropdowns
122113
// --------------------------------------------------

src/sentry/static/sentry/less/includes/bootstrap/thumbnails.less

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)