mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
misc client fixes (#8998)
* color selected difficulty icon * misc fixes
This commit is contained in:
parent
4094ca99dd
commit
fb1808d85a
4 changed files with 3 additions and 7 deletions
|
|
@ -181,7 +181,7 @@
|
|||
}
|
||||
|
||||
&-reward {
|
||||
background: rgba($yellow-500, 0.26);
|
||||
background: #FFF5E5
|
||||
}
|
||||
|
||||
&-daily-todo-disabled {
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.tasks-list {
|
||||
|
|
|
|||
|
|
@ -281,11 +281,6 @@
|
|||
color: $gray-300;
|
||||
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>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -262,7 +262,7 @@
|
|||
}
|
||||
|
||||
&-selected {
|
||||
.option-item-label {
|
||||
.svg-icon, .option-item-label {
|
||||
color: inherit !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue