From 6f45cd0485675a57b036bafa24a4565b9fc5661a Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Thu, 26 Sep 2024 19:34:30 -0700 Subject: [PATCH] Add a bit more info to Rainbow Pool glitched label --- app/assets/stylesheets/pet_types/show.sass | 3 +++ app/views/pet_states/_pet_state.html.haml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/pet_types/show.sass b/app/assets/stylesheets/pet_types/show.sass index 613fde4a..df3b6b3e 100644 --- a/app/assets/stylesheets/pet_types/show.sass +++ b/app/assets/stylesheets/pet_types/show.sass @@ -24,3 +24,6 @@ .name background: white + + .glitched + cursor: help diff --git a/app/views/pet_states/_pet_state.html.haml b/app/views/pet_states/_pet_state.html.haml index 7a6a5e5d..492d8461 100644 --- a/app/views/pet_states/_pet_state.html.haml +++ b/app/views/pet_states/_pet_state.html.haml @@ -2,4 +2,4 @@ = outfit_viewer pet_state: %span.name= pose_name pet_state.pose - if pet_state.glitched? - 👾 + %span.glitched{title: "Glitched"} 👾