1
0
mirror of https://github.com/flarum/core.git synced 2025-08-15 04:44:08 +02:00

chore: remove unneeded CSS vendor prefixes

This commit is contained in:
David Wheatley
2021-12-24 13:47:18 +01:00
parent dc661bf144
commit ec0c233d15
7 changed files with 46 additions and 53 deletions

View File

@@ -50,7 +50,6 @@
color: var(--muted-color);
}
thead th {
position: -webkit-sticky;
position: sticky;
top: 0;
padding-bottom: 10px;
@@ -74,7 +73,6 @@
}
tbody {
th {
position: -webkit-sticky;
position: sticky;
left: 0;
padding-right: 50px;