mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-27 07:53:40 +00:00
Hide count when button has no count. Fixes #333
This commit is contained in:
@@ -293,7 +293,12 @@ button.save.has-count {
|
||||
padding: 9px;
|
||||
}
|
||||
|
||||
button.save .count {
|
||||
display: none;
|
||||
}
|
||||
|
||||
button.save.has-count .count {
|
||||
display: block;
|
||||
color: #6bc641;
|
||||
background: #fff;
|
||||
border-radius: 0 3px 3px 0;
|
||||
|
||||
Reference in New Issue
Block a user