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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user