From 72133fbed6fb10adc5e415d4c3f84e0fa094eb21 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Mon, 12 Jun 2017 19:26:23 +0900 Subject: Re-add clear notifications button (#3708) * Re-add clear notifications button * remove connect() in column_settings * one line * remove unused props --- app/javascript/styles/components.scss | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'app/javascript/styles/components.scss') 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); -- cgit