do not display the collapse/expand icon for non-active (empty) folds

This commit is contained in:
Sven Fuchs 2013-03-14 03:08:59 +01:00
parent eacf83047a
commit e5fd18e8d9
2 changed files with 9 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -49,14 +49,15 @@ pre#log
&.open
height: auto
p:first-of-type
background: $color-bg-log-fold inline-image('ui/log.fold.open.2.png') no-repeat 8px 3px
&.active
p:first-of-type
background: $color-bg-log-fold inline-image('ui/log.fold.open.2.png') no-repeat 8px 3px
&:not(.open) p:first-of-type
visibility: visible
height: auto
min-height: 16px
background-image: inline-image('ui/log.fold.closed.3.png')
&:not(.open) p:first-of-type
visibility: visible
height: auto
min-height: 16px
background-image: inline-image('ui/log.fold.closed.3.png')
.fold-name
position: absolute