Minor style tweaks to shots list

This commit is contained in:
2016-10-13 19:25:22 +02:00
parent b63faacdcf
commit a17eeaa97e
2 changed files with 5 additions and 7 deletions

View File

@@ -41,7 +41,7 @@
.table-cell:last-child
box-shadow: inset -5px 0 0 $color-primary
@include status-color-property(background-color, ' .shot-status', 'dark')
@include status-color-property(background-color, ' .shot-status', '')
.table-cell
text-align: center

View File

@@ -64,22 +64,20 @@
transition: all 100ms ease-in-out
.task-list-item
border-right: 5px solid transparent
color: $color-primary-dark
transition: all 150ms ease-in-out
color: $color-text-dark
&:hover
text-decoration: none
color: $color-primary
background-color: $color-background-light
.status-indicator
transform: scale(1.1)
&.active
border-color: $color-background-dark
border-right-color: $color-primary
text-decoration: none
background-color: $color-background-active
box-shadow: inset -5px 0 0 $color-primary
.status-indicator
transform: scale(1.1)
@@ -100,7 +98,7 @@
margin: 10px
+text-overflow-ellipsis
@include status-color-property(background-color, ' .status-indicator', 'light')
@include status-color-property(background-color, ' .status-indicator', '')
option.invalid_task
color: $color-danger