diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-07-14 15:18:13 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-07-23 14:06:05 +0200 |
commit | b26d133e28fb46d49f297c6835f097c6cdfaefc8 (patch) | |
tree | 3886c907b867bdfb31909af1acd6834db71cb243 /core | |
parent | db6619fcf4b00147377eda09a7ecc3e704704e57 (diff) | |
download | nextcloud-server-b26d133e28fb46d49f297c6835f097c6cdfaefc8.tar.gz nextcloud-server-b26d133e28fb46d49f297c6835f097c6cdfaefc8.zip |
Remove deprecation
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index e4592ad9489..fd26f46bcdb 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -595,8 +595,7 @@ kbd { .bubble, .app-navigation-entry-menu, -.popovermenu, -.ui-datepicker { +.popovermenu { position: absolute; background-color: $color-main-background; color: nc-lighten($color-main-text, 20%); |