about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-06-12 19:26:23 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-06-12 12:26:23 +0200
commit72133fbed6fb10adc5e415d4c3f84e0fa094eb21 (patch)
treeceb4661ee64a8af634f442fd63d0e51bb229ab0e /app/javascript/styles
parentabbdacedc52d4c7ea0b37e16dd9761bebe02a0f6 (diff)
Re-add clear notifications button (#3708)
* Re-add clear notifications button

* remove connect() in column_settings

* one line

* remove unused props
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/components.scss22
1 files changed, 6 insertions, 16 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index bdd238b65..1156a17f9 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -106,22 +106,6 @@
   }
 }
 
-.column-icon-clear {
-  font-size: 16px;
-  padding: 15px;
-  position: absolute;
-  right: 48px;
-  top: 0;
-  cursor: pointer;
-  z-index: 2;
-}
-
-@media screen and (min-width: 1025px) {
-  .column-icon-clear {
-    top: 10px;
-  }
-}
-
 .icon-button {
   display: inline-block;
   padding: 0;
@@ -2238,6 +2222,12 @@ button.icon-button.active i.fa-retweet {
   margin-bottom: 10px;
 }
 
+.column-settings__row {
+  .text-btn {
+    margin-bottom: 15px;
+  }
+}
+
 .modal-container__nav {
   align-items: center;
   background: rgba($base-overlay-background, 0.5);