Editing gnome-shell.css

Try adding:

    box-shadow: none;
    border-image: none;
}
1 Like

That has worked for all the other buttons in my panel except for the time/date, the colour of the time/date button changes with the other buttons but it seems like there must be another location adding this box-shadow.

I found it, I had to copy panel-button:hover.clock-display line from the gnome-classic.css and change the box-shadow:none

Still a little more tweaking to do but looking closer to how I want it.
Screenshot from 2022-02-25 16-21-06

1 Like