summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_search.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_search.scss')
-rw-r--r--webapp/sass/components/_search.scss24
1 files changed, 12 insertions, 12 deletions
diff --git a/webapp/sass/components/_search.scss b/webapp/sass/components/_search.scss
index 58216fefd..bdc285300 100644
--- a/webapp/sass/components/_search.scss
+++ b/webapp/sass/components/_search.scss
@@ -15,18 +15,6 @@
@include animation(spin .7s infinite linear);
}
-.search__clear {
- @include single-transition(all, .2s, linear);
- @include translateX(60px);
- cursor: pointer;
- display: none;
- line-height: 45px;
- margin-right: 13px;
- position: absolute;
- right: 0;
- z-index: 5;
-}
-
.search-item-snippet {
@include clearfix;
text-overflow: ellipsis;
@@ -63,6 +51,18 @@
top: 15px;
}
+.sidebar__clear-icon {
+ @include opacity(.5);
+ color: $dark-gray;
+ width: 40px;
+ margin-right: 20px;
+ position: absolute;
+ top: 12px;
+ right: 0;
+ cursor: pointer;
+ visibility: hidden;
+}
+
.search__form {
position: relative;