diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-11-04 12:11:33 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-11-04 12:11:33 +0100 |
| commit | bd01b68e11e55dbf66124fe7c96b14a0785206fd (patch) | |
| tree | 7293f2d3365e076b1bc411739eab29d5887f4cdd | |
| parent | 7f8a7cd091da57facb8ab1ebafdd6095811653f4 (diff) | |
remove bogus css rules, fixes #5955
Closes #5955
Merge request studip/studip!4550
| -rw-r--r-- | resources/assets/stylesheets/scss/tables.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/resources/assets/stylesheets/scss/tables.scss b/resources/assets/stylesheets/scss/tables.scss index ec461cd..b2bc8c9 100644 --- a/resources/assets/stylesheets/scss/tables.scss +++ b/resources/assets/stylesheets/scss/tables.scss @@ -644,12 +644,6 @@ table.default { color: var(--color--font-primary); } - td.actions:has(>svg) { - display: flex; - flex-direction: row-reverse; - gap: 4px; - } - > caption { .caption-container { display: flex; |
