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
|
&.open
|
||||||
height: auto
|
height: auto
|
||||||
|
|
||||||
p:first-of-type
|
&.active
|
||||||
background: $color-bg-log-fold inline-image('ui/log.fold.open.2.png') no-repeat 8px 3px
|
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
|
&:not(.open) p:first-of-type
|
||||||
visibility: visible
|
visibility: visible
|
||||||
height: auto
|
height: auto
|
||||||
min-height: 16px
|
min-height: 16px
|
||||||
background-image: inline-image('ui/log.fold.closed.3.png')
|
background-image: inline-image('ui/log.fold.closed.3.png')
|
||||||
|
|
||||||
.fold-name
|
.fold-name
|
||||||
position: absolute
|
position: absolute
|
||||||
|
|
Loading…
Reference in New Issue
Block a user