Browse Source

Merge pull request #637 from Aurorum/fix/ixion-button-grey

Ixion: Fix Medium Grey Button
Daniel Dudzic 5 years ago
parent
commit
aa26ce4207
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ixion/blocks.css

+ 1 - 1
ixion/blocks.css

@@ -452,7 +452,7 @@ hr.wp-block-separator {
 .has-medium-gray-background-color,
 .has-medium-gray-background-color:hover,
 .has-medium-gray-background-color:focus,
-.has-medium-gray-background-color:active.
+.has-medium-gray-background-color:active,
 .has-medium-gray-background-color:visited {
 	background-color: #a5a29d;
 }