summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-03-27 10:37:22 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-10-19 10:02:51 +0200
commitbd303388e3d4dae90c2266d183395db8321c11de (patch)
treefddc23eff000713596cd024914667320c8c1312e /core/css
parentd5edcf8c9570618d9008b355b7f432575ff9d357 (diff)
downloadnextcloud-server-bd303388e3d4dae90c2266d183395db8321c11de.tar.gz
nextcloud-server-bd303388e3d4dae90c2266d183395db8321c11de.zip
Cleanup ie and old edge properties
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/apps.scss10
-rw-r--r--core/css/public.scss6
2 files changed, 0 insertions, 16 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index dea8cbf9217..f0d96d55e9e 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -970,16 +970,6 @@ $popoveritem-height: 44px;
$popovericon-size: 16px;
$outter-margin: math.div($popoveritem-height - $popovericon-size, 2);
-.ie,
-.edge {
- .bubble, .bubble:after,
- .popovermenu, .popovermenu:after,
- #app-navigation .app-navigation-entry-menu,
- #app-navigation .app-navigation-entry-menu:after {
- border: 1px solid var(--color-border);
- }
-}
-
.contact .popovermenu ul,
.popover__menu {
> li > a > img {
diff --git a/core/css/public.scss b/core/css/public.scss
index 0e75a938cfa..ddeb444970d 100644
--- a/core/css/public.scss
+++ b/core/css/public.scss
@@ -47,12 +47,6 @@ $footer-height: 65px;
padding-top: 0;
}
- /* force layout to make sure the content element's height matches its contents' height */
- .ie #content {
- display: inline-block;
- }
-
-
p.info {
margin: 20px auto;
text-shadow: 0 0 2px rgba(0, 0, 0, .4);