mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
misc client fixes (#8998)
* color selected difficulty icon * misc fixes
This commit is contained in:
@@ -181,7 +181,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-reward {
|
&-reward {
|
||||||
background: rgba($yellow-500, 0.26);
|
background: #FFF5E5
|
||||||
}
|
}
|
||||||
|
|
||||||
&-daily-todo-disabled {
|
&-daily-todo-disabled {
|
||||||
|
|||||||
@@ -50,6 +50,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tasks-list {
|
.tasks-list {
|
||||||
|
|||||||
@@ -281,11 +281,6 @@
|
|||||||
color: $gray-300;
|
color: $gray-300;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-reward {
|
|
||||||
// @TODO: I'm unsure of where this is defined. Can't find it in search. So, I am using important for now
|
|
||||||
background-color: #ffd9a0 !important;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -262,7 +262,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-selected {
|
&-selected {
|
||||||
.option-item-label {
|
.svg-icon, .option-item-label {
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user