Minor style tweaks to shots list
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user