Hello,
I just wanna share my little customization of a Gnome shell extension, simple but my only way to have the close visual of the last gnome shell workspace pill.
The extension :
https://extensions.gnome.org/extension/5347/dotspaces/
The modified stylesheet.css :
.dotspaces-indicator {
padding-left: 2px;
padding-top: 1.5px;
padding-bottom: 1.5px;
padding-right: 2px;
}
.dotspaces-indicator:active {
margin : 6px 6px 6px 6px;
background-color: #ffffff;
box-shadow: none;
}
The result :
Have fun