szafran98 commited on
Commit
a2b676b
·
1 Parent(s): 6e0205f

Removed unnecessary code

Browse files
Files changed (1) hide show
  1. src/components/PluginResultCard.vue +0 -18
src/components/PluginResultCard.vue CHANGED
@@ -35,7 +35,6 @@ const loadImage = (url: string) => {
35
  :grid-item="gridItem"
36
  >
37
  <div class="result-card-thumbnail">
38
- <div class="overlay"></div>
39
  <div
40
  ref="resultImageWrapper"
41
  class="result-image-wrapper"
@@ -146,10 +145,6 @@ $footer-thumb-padding: 4px; //area between footer and image
146
  }
147
  }
148
 
149
- > .overlay {
150
- display: none;
151
- @include has-lock-icon-white;
152
- }
153
 
154
  >.new-count-thumbnail {
155
  position: absolute;
@@ -157,19 +152,6 @@ $footer-thumb-padding: 4px; //area between footer and image
157
  bottom: 5px;
158
  z-index: 1;
159
 
160
- > .new-badge {
161
- background-color: $primary-50;
162
- color: $primary-900;
163
- padding: 2px 6px;
164
- border-radius: 4px;
165
- margin-left: 5px;
166
- border-radius: 4px;
167
- border: 1px solid $analogous-900;
168
- background: $analogous-50;
169
- backdrop-filter: blur(4px);
170
- -webkit-backdrop-filter: blur(4px);
171
- @include medium-12-12;
172
- }
173
  }
174
  }
175
 
 
35
  :grid-item="gridItem"
36
  >
37
  <div class="result-card-thumbnail">
 
38
  <div
39
  ref="resultImageWrapper"
40
  class="result-image-wrapper"
 
145
  }
146
  }
147
 
 
 
 
 
148
 
149
  >.new-count-thumbnail {
150
  position: absolute;
 
152
  bottom: 5px;
153
  z-index: 1;
154
 
 
 
 
 
 
 
 
 
 
 
 
 
 
155
  }
156
  }
157