Browse Source

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

Ixion: Fix Medium Grey Button
Daniel Dudzic 5 năm trước cách đây
mục cha
commit
aa26ce4207
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }