From 7d12ecff0145c66113f81ce1b704316da0a403a5 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 9 Jan 2023 10:08:49 +0100 Subject: fix: CSS "content:" (#4985) * fix * frss.css * improve bubble for unread articles in global view --- p/themes/Mapco/_forms.scss | 1 - p/themes/Mapco/mapco.css | 1 - p/themes/Mapco/mapco.rtl.css | 1 - 3 files changed, 3 deletions(-) (limited to 'p/themes/Mapco') diff --git a/p/themes/Mapco/_forms.scss b/p/themes/Mapco/_forms.scss index 2a2ac92ad..479f40d44 100644 --- a/p/themes/Mapco/_forms.scss +++ b/p/themes/Mapco/_forms.scss @@ -129,7 +129,6 @@ input.extend { border-radius: 3px; &::after { - content: ""; display: block; clear: both; } diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 482944016..94be46e9f 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -172,7 +172,6 @@ input.extend { border-radius: 3px; } .form-group::after { - content: ""; display: block; clear: both; } diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 2a6bf5311..5b042c849 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -172,7 +172,6 @@ input.extend { border-radius: 3px; } .form-group::after { - content: ""; display: block; clear: both; } -- cgit v1.2.3