]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix duplicated code removed
authorSimounet <contact@simounet.net>
Tue, 5 Dec 2017 21:50:59 +0000 (22:50 +0100)
committerSimounet <contact@simounet.net>
Fri, 8 Dec 2017 09:18:49 +0000 (10:18 +0100)
app/Resources/static/themes/material/css/cards.scss

index b93862d010e028fb27c29ca99eda3be65fee2fdc..e244ad3fcf3e99e29416c3d3dd65f6ac87baecbc 100644 (file)
@@ -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;
   }