From 1dfd7de10e3311e9a8050d2fa52d83f028879f7e Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 18 Apr 2017 22:26:18 -0500 Subject: [PATCH] Remove unused CSS styles * could not find an traces of .popup and .arrow anywhere else Signed-off-by: Morris Jobke --- core/css/styles.scss | 58 -------------------------------------------- 1 file changed, 58 deletions(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index 0fd4b90876..bad22b1402 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -1107,64 +1107,6 @@ span.ui-icon { } } -/* ---- APP SETTINGS - LEGACY, DO NOT USE THE POPUP! ---- */ - -.popup { - background-color: $color-main-background; - border-radius: 3px; - box-shadow: 0 0 10px $color-box-shadow; - color: nc-lighten($color-main-text, 20%); - padding: 10px; - position: fixed !important; - z-index: 100; - &.topright { - top: 7em; - right: 1em; - } - &.bottomleft { - bottom: 1em; - left: 33em; - } - .close { - position: absolute; - top: 0.2em; - right: 0.2em; - height: 20px; - width: 20px; - background: url('../img/actions/close.svg?v=1') no-repeat center; - } - h2 { - font-size: 20px; - } -} - -.arrow { - border-bottom: 10px solid white; - border-left: 10px solid transparent; - border-right: 10px solid transparent; - display: block; - height: 0; - position: absolute; - width: 0; - z-index: 201; - &.left { - left: -13px; - bottom: 1.2em; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); - } - &.up { - top: -8px; - right: 6px; - } - &.down { - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); - } -} - /* ---- BREADCRUMB ---- */ div.crumb {