From: Simounet Date: Tue, 5 Dec 2017 21:50:59 +0000 (+0100) Subject: Fix duplicated code removed X-Git-Tag: 2.3.0~7^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=c235cb75cdc003e4bbca2732647f029277da594b;hp=3e7d86b2c503a390560fd16c4f8c8c103bd09069;p=github%2Fwallabag%2Fwallabag.git Fix duplicated code removed --- diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index b93862d0..e244ad3f 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -73,20 +73,6 @@ main { white-space: nowrap; } - .card-entry-labels-hidden li { - display: inline-block; - background-color: $blueAccentColor; - margin: 0 5px; - padding: 5px 12px; - border-radius: 3px; - color: #fff; - max-height: 2em; - max-width: calc(100% - 15px); - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - .card-content .estimatedTime { margin-bottom: 10px; }