aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/stylesheets/scss/admin.scss
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-11-14 16:30:13 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-11-14 16:30:13 +0100
commit26fc100d1d84c55dee179049ccbf1b7c49b91564 (patch)
tree01f5a1a27e3c9ac5dadffeb92d70f9a91b5daa56 /resources/assets/stylesheets/scss/admin.scss
parenta1026373531f77890799ca5f306802544afb9510 (diff)
add vue component for sortable toggle elements and use it in some placesvue-sortable-element
Diffstat (limited to 'resources/assets/stylesheets/scss/admin.scss')
-rw-r--r--resources/assets/stylesheets/scss/admin.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/resources/assets/stylesheets/scss/admin.scss b/resources/assets/stylesheets/scss/admin.scss
index af9aa5e..63866ad 100644
--- a/resources/assets/stylesheets/scss/admin.scss
+++ b/resources/assets/stylesheets/scss/admin.scss
@@ -149,11 +149,6 @@ fieldset.attribute_table {
display: block;
}
- th .course-completion {
- @include icon(before, radiobutton-checked);
- color: var(--color--highlight);
- }
-
td .course-completion {
@include icon(before, span-empty);
color: var(--color--warning);