DEV Community

Discussion on: Changelog: Adjusted position of post buttons for wide screens

Collapse
 
link2twenty profile image
Andrew Bone

Or a border around the button would work too

.container .article-actions button:not(.user-activated), .container .article-actions a:not(.user-activated) {
  border: 2px solid #ccc;
}