1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-19 13:02:22 +02:00

fix css help overlay css conflict

This commit is contained in:
Hakim El Hattab
2025-03-19 11:11:35 +01:00
parent 659472f8a4
commit a7b4bb4946
2 changed files with 6 additions and 5 deletions

View File

@@ -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;
}

2
dist/reveal.css vendored

File diff suppressed because one or more lines are too long