diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2025-07-24 09:58:48 +0200 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2025-07-24 09:58:48 +0200 |
| commit | f04e73f0544b802e612267b33d549b08ed83982b (patch) | |
| tree | 11340b444079cb42e0a22e543d48f16ec5dbfb52 /resources | |
| parent | b0aabfedf955cefdb536b9334d26c48c742010b5 (diff) | |
Resolve "Im Wiki sind die Icons der Contentbar verschoben"
Closes #5750
Merge request studip/studip!4381
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/assets/stylesheets/scss/contentbar.scss | 3 | ||||
| -rw-r--r-- | resources/assets/stylesheets/scss/courseware/layouts/ribbon.scss | 11 |
2 files changed, 1 insertions, 13 deletions
diff --git a/resources/assets/stylesheets/scss/contentbar.scss b/resources/assets/stylesheets/scss/contentbar.scss index 46ae267..9cbb8de 100644 --- a/resources/assets/stylesheets/scss/contentbar.scss +++ b/resources/assets/stylesheets/scss/contentbar.scss @@ -75,9 +75,6 @@ .contentbar-button-wrapper { @-moz-document url-prefix() { - &.contentbar-toc-wrapper { - margin-top: -4px; - } &.contentbar-action-menu-wrapper { margin-top: 2px; } diff --git a/resources/assets/stylesheets/scss/courseware/layouts/ribbon.scss b/resources/assets/stylesheets/scss/courseware/layouts/ribbon.scss index c256fe1..f2523fe 100644 --- a/resources/assets/stylesheets/scss/courseware/layouts/ribbon.scss +++ b/resources/assets/stylesheets/scss/courseware/layouts/ribbon.scss @@ -99,7 +99,7 @@ $consum_ribbon_width: calc(100% - 58px); margin: 0 0.5em 0 0; } - &.cw-ribbon-button-prev.disabled, + &.cw-ribbon-button-prev.disabled, &.cw-ribbon-button-next.disabled { color: var(--color--font-inactive); margin: 0 0.5em 0 0; @@ -183,15 +183,6 @@ $consum_ribbon_width: calc(100% - 58px); gap: 0.5em; align-items: center; - .contentbar-toc-wrapper { - margin-top: 4px; - @-moz-document url-prefix() { - &.contentbar-toc-wrapper { - margin-top: 0; - } - } - } - button:not(.action-menu-icon):not(.button) { height: 32px; width: 32px; |
