mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
fix(hyperlinks): remove some blue overrides
This commit is contained in:
@@ -81,7 +81,6 @@
|
|||||||
</span>
|
</span>
|
||||||
<a
|
<a
|
||||||
v-if="assignedUsersCount > 1 && !showStatus"
|
v-if="assignedUsersCount > 1 && !showStatus"
|
||||||
class="blue-10"
|
|
||||||
@click="showStatus = !showStatus"
|
@click="showStatus = !showStatus"
|
||||||
>
|
>
|
||||||
{{ $t('viewStatus') }}
|
{{ $t('viewStatus') }}
|
||||||
|
|||||||
@@ -276,7 +276,6 @@
|
|||||||
a {
|
a {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1.33;
|
line-height: 1.33;
|
||||||
color: $blue-10;
|
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
|
||||||
&:focus, &:hover, &:active {
|
&:focus, &:hover, &:active {
|
||||||
|
|||||||
@@ -182,7 +182,6 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -296,10 +295,6 @@
|
|||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.challenge-link, .user-link {
|
|
||||||
color: $blue-10 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entry-action {
|
.entry-action {
|
||||||
b {
|
b {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|||||||
Reference in New Issue
Block a user