Pārlūkot izejas kodu

Merge pull request #573 from Automattic/fixes/434-correct-button-styles

Radcliffe 2: Complete colour CSS for Vintage
Laurel 6 gadi atpakaļ
vecāks
revīzija
6fb77cbe1d
1 mainītis faili ar 30 papildinājumiem un 6 dzēšanām
  1. 30 6
      radcliffe-2/assets/css/blocks.css

+ 30 - 6
radcliffe-2/assets/css/blocks.css

@@ -757,27 +757,51 @@ ul.wp-block-gallery li {
 	background-color: #c7c4b4;
 }
 
-.has-vintage-light-gray-color {
+.has-vintage-light-gray-color,
+.has-vintage-light-gray-color:hover,
+.has-vintage-light-gray-color:active,
+.has-vintage-light-gray-color:focus,
+.has-vintage-light-gray-color:visited {
 	color: #666;
 }
 
-.has-vintage-light-gray-background-color {
+.has-vintage-light-gray-background-color,
+.has-vintage-light-gray-background-color:hover,
+.has-vintage-light-gray-background-color:active,
+.has-vintage-light-gray-background-color:focus,
+.has-vintage-light-gray-background-color:visited {
 	background-color: #666;
 }
 
-.has-vintage-dark-gray-color {
+.has-vintage-dark-gray-color,
+.has-vintage-dark-gray-color:hover,
+.has-vintage-dark-gray-color:active,
+.has-vintage-dark-gray-color:focus,
+.has-vintage-dark-gray-color:visited {
 	color: #222;
 }
 
-.has-vintage-dark-gray-background-color {
+.has-vintage-dark-gray-background-color,
+.has-vintage-dark-gray-background-color:hover,
+.has-vintage-dark-gray-background-color:active,
+.has-vintage-dark-gray-background-color:focus,
+.has-vintage-dark-gray-background-color:visited {
 	background-color: #222;
 }
 
-.has-vintage-blue-color {
+.has-vintage-blue-color,
+.has-vintage-blue-color:hover,
+.has-vintage-blue-color:active,
+.has-vintage-blue-color:focus,
+.has-vintage-blue-color:visited {
 	color: #2b6e9d;
 }
 
-.has-vintage-blue-background-color {
+.has-vintage-blue-background-color,
+.has-vintage-blue-background-color:hover,
+.has-vintage-blue-background-color:active,
+.has-vintage-blue-background-color:focus,
+.has-vintage-blue-background-color:visited {
 	background-color: #2b6e9d;
 }