do not display the collapse/expand icon for non-active (empty) folds
This commit is contained in:
parent
eacf83047a
commit
e5fd18e8d9
2
assets/scripts/vendor/log.js
vendored
2
assets/scripts/vendor/log.js
vendored
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user