diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-14 10:49:52 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-21 14:00:35 +0200 |
commit | 63bcd47090f5667c9f4af20e0fbfb5c1b1883d14 (patch) | |
tree | 68e56cd5cc0285cc69663db5a3d96d304daf6830 | |
parent | 97b614829098318f0432f166afa35773bfa70db0 (diff) | |
download | nextcloud-server-63bcd47090f5667c9f4af20e0fbfb5c1b1883d14.tar.gz nextcloud-server-63bcd47090f5667c9f4af20e0fbfb5c1b1883d14.zip |
Finally removed old legacy code
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r-- | core/css/apps.scss | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 23d4dc31f5a..64011ff07f9 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -446,24 +446,7 @@ kbd { transition: padding-bottom 500ms ease 0s; padding-bottom: 40px; } - - /** - * Counter and actions, legacy code **TO BE DELETED** - */ - .utils { - position: absolute; - padding: 7px 7px 0 0; - right: 0; - top: 0; - bottom: 0; - font-size: 12px; - button, - .counter { - width: 44px; - height: 44px; - padding-top: 12px; - } - } + .error { color: $color-error; } |