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:
7
dist/mini-default.css
vendored
7
dist/mini-default.css
vendored
@@ -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%;
|
||||
}
|
||||
|
2
dist/mini-default.min.css
vendored
2
dist/mini-default.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user