Skip to content

Commit

Permalink
Added 'important' CSS modifier that I'd removed before... turns out i…
Browse files Browse the repository at this point in the history
…t's needed in Safari or the badges will always show up, even when empty.
  • Loading branch information
Sean Colombo authored and Sean Colombo committed Sep 3, 2015
1 parent 7db9b8f commit 0e48aff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trelloscrum.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,13 @@
}

.badge-points:empty {
display: none;
display: none !important;
}

.badge-points.consumed{
opacity: 0.5;
}
.badge:empty{ display:none !important; }

/* == b4t integration==*/
#burndownLink .icon-sm{
Expand Down

0 comments on commit 0e48aff

Please sign in to comment.