#for those too lazy to disable the

1 messages ยท Page 1 of 1 (latest)

hot brook
#

what's the experiment called

vestal sandal
#

idk

#

i forgor

hot brook
#

ok then lol

safe geode
hot brook
#

much thanks!

spare plover
#

๐Ÿค”

high mural
#

Is this supposed to be pasted into the Edit QuickCSS menu? (Sorry, I'm a disboard noob).

I tried that but it's still not working.

vestal sandal
#

yes

high mural
#

Is this correct?

vestal sandal
high mural
#

oh

vestal sandal
#

good now?

high mural
#

I see the issue. I didn't close one of the braces

#

thanks. Apologies for being stupid ๐Ÿ˜…

vestal sandal
#

np

spare plover
hot galleon
#

doesnt work for me

real kestrel
#

This is the version I used, doesn't rely on aria labels and gets rid of the separator as well

div[class*=hoverBarButton_]:has(div.emoji),
div[class*=popoverReactionHoverBar_] > div[class*=separator_]{
  display: none;
}```
wintry frigate
#

Version that restores the old look as well
(I commented out the part that hides the reactions in image to show it's the new one)

[class*=popoverReactionHoverBar_] {
  background-color: var(--background-primary);
  box-shadow: var(--elevation-stroke);
  border: none !important;
  padding: 0;
  border-radius: 4px;
  height: 32px;
  [class^=hoverBarButton_] {
    border-radius: 0;
    padding: 4px;

    &:hover [class*=icon_] {
      transform: none;
    }
    &:has(>div>.emoji), +[class^=separator_] {
      display: none;
    }
  }
}```