#101333
davout
Member

Think I solved it, with…
 

smart-button button:hover {
  background-color: var(--smart-primary) !important;
  border: 1px white solid;
  color: white !important;
}
smart-button button:disabled {
  background-color: var(--smart-primary) !important;
  color: aliceblue !important;
}