aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hackl <hackl@data-quest.de>2025-07-24 09:58:48 +0200
committerThomas Hackl <hackl@data-quest.de>2025-07-24 09:58:48 +0200
commitf04e73f0544b802e612267b33d549b08ed83982b (patch)
tree11340b444079cb42e0a22e543d48f16ec5dbfb52
parentb0aabfedf955cefdb536b9334d26c48c742010b5 (diff)
Resolve "Im Wiki sind die Icons der Contentbar verschoben"
Closes #5750 Merge request studip/studip!4381
-rw-r--r--resources/assets/stylesheets/scss/contentbar.scss3
-rw-r--r--resources/assets/stylesheets/scss/courseware/layouts/ribbon.scss11
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;