Przeglądaj źródła

Merge pull request #269 from ckeditor/i/6228

Other: The default background color for the table headers should blend with the background of the entire table instead of overriding it. Closes ckeditor/ckeditor5#6228.
Aleksander Nowodzinski 5 lat temu
rodzic
commit
2ed1c58642
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/ckeditor5-table/theme/table.css

+ 1 - 1
packages/ckeditor5-table/theme/table.css

@@ -31,7 +31,7 @@
 
 		& th {
 			font-weight: bold;
-			background: hsl(0, 0%, 98%);
+			background: hsla(0, 0%, 0%, 5%);
 		}
 	}
 }