Thumbnail on list of blogs on sidebar
This commit is contained in:
@@ -670,7 +670,6 @@ ul.project_nav-edit-list
|
||||
flex-direction: column
|
||||
flex: 1
|
||||
height: 100%
|
||||
color: $color-text-light
|
||||
background-color: white
|
||||
|
||||
#project_context-header+#project_context
|
||||
|
@@ -205,9 +205,32 @@ $tree-color-highlight-background-text: white
|
||||
|
||||
&.blog
|
||||
.jstree-anchor
|
||||
padding: 5px 5px 5px 10px
|
||||
&:hover, &:hover i
|
||||
color: $tree-color-highlight
|
||||
|
||||
&.jstree-clicked .tree-item-info
|
||||
color: white
|
||||
|
||||
.tree-item-info
|
||||
display: block
|
||||
font-size: .9em
|
||||
margin-left: 20px
|
||||
padding: 2px 0
|
||||
line-height: 1em
|
||||
color: $color-text-dark-secondary
|
||||
|
||||
.tree-item-thumbnail
|
||||
width: 20px
|
||||
height: 20px
|
||||
float: left
|
||||
margin: 0 5px 5px -5px
|
||||
img
|
||||
border-radius: 3px
|
||||
width: 20px
|
||||
height: 20px
|
||||
|
||||
|
||||
.jstree-loading
|
||||
padding: 5px
|
||||
color: $color-text-light-secondary
|
||||
|
Reference in New Issue
Block a user