Browse Source

fix css help overlay css conflict

Hakim El Hattab 1 month ago
parent
commit
a7b4bb4946
2 changed files with 5 additions and 4 deletions
  1. 5 4
      css/reveal.scss
  2. 0 0
      dist/reveal.css

+ 5 - 4
css/reveal.scss

@@ -1640,22 +1640,23 @@ $controlsArrowAngleActive: 36deg;
 	margin-top: 0;
 }
 
-.r-overlay-help-content table {
+/* Specificity battle with reveal.js theme table styles */
+.r-overlay-help .r-overlay-help-content table {
 	border: 1px solid #fff;
 	border-collapse: collapse;
 	font-size: 16px;
 	text-align: left;
 }
 
-.r-overlay-help-content table th,
-.r-overlay-help-content table td {
+.r-overlay-help .r-overlay-help-content table th,
+.r-overlay-help .r-overlay-help-content table td {
 	width: 240px;
 	padding: 14px;
 	border: 1px solid #fff;
 	vertical-align: middle;
 }
 
-.r-overlay-help-content table th {
+.r-overlay-help .r-overlay-help-content table th {
 	padding-top: 20px;
 	padding-bottom: 20px;
 }

File diff suppressed because it is too large
+ 0 - 0
dist/reveal.css


Some files were not shown because too many files changed in this diff