1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-07-31 02:50:26 +02:00

Under the hood changes

Minor changes to table and contextual to be more up-to-date with the rest of the framework's modules.
This commit is contained in:
Angelos Chalaris
2017-06-05 19:05:07 +03:00
parent fb3b8e20d1
commit 7296765cd0
5 changed files with 8 additions and 10 deletions

View File

@@ -1354,7 +1354,7 @@ table th:first-child, table td:first-child {
width: 100%;
border: 1px solid #c9c9c9;
}
table.horizontal th + th, table.horizontal th + td, table.horizontal td + th, table.horizontal td + td {
table.horizontal th:not(:first-child), table.horizontal td:not(:first-child) {
border-top: 0;
}
table.horizontal th {
@@ -1424,7 +1424,7 @@ table th:first-child, table td:first-child {
width: 100%;
border: 1px solid #c9c9c9;
}
table.horizontal.preset th + th, table.horizontal.preset th + td, table.horizontal.preset td + th, table.horizontal.preset td + td {
table.horizontal.preset th:not(:first-child), table.horizontal.preset td:not(:first-child) {
border-top: 0;
}
table.horizontal.preset th {
@@ -1733,9 +1733,6 @@ mark.inline-block {
-webkit-clip-path: inset(100%);
clip-path: inset(100%);
transition: all 0.3s;
z-index: 1010;
}
z-index: 1010;
left: 50%;
}

File diff suppressed because one or more lines are too long