diff --git a/resources/assets/stylesheets/scss/courseware/layouts/ribbon.scss b/resources/assets/stylesheets/scss/courseware/layouts/ribbon.scss
index 1b4169aa2cc745420a27bc9a4d7a99e7dc709b96..6d30b4edbd51584bcf097db91f99e63ce06d30f5 100644
--- a/resources/assets/stylesheets/scss/courseware/layouts/ribbon.scss
+++ b/resources/assets/stylesheets/scss/courseware/layouts/ribbon.scss
@@ -408,7 +408,7 @@ $consum_ribbon_width: calc(100% - 58px);
 
         &.contentbar-button-menu,
         &.cw-ribbon-button-menu {
-            @include background-icon(table-of-contents, clickable, 24);
+            @include background-icon(table-of-contents, $size: 24px);
         }
 
         &.contentbar-button-zoom::before {
diff --git a/resources/assets/stylesheets/scss/table_of_contents.scss b/resources/assets/stylesheets/scss/table_of_contents.scss
index e323c794c612f8ca8d934181e697549cf4b9276a..c058c54540ebd8190443c63d789fcf766aefeb30 100644
--- a/resources/assets/stylesheets/scss/table_of_contents.scss
+++ b/resources/assets/stylesheets/scss/table_of_contents.scss
@@ -47,7 +47,7 @@ ul.numberedchapters {
         right: 0;
         top: 12px;
         cursor: pointer;
-        @include background-icon(decline, clickable, 24);
+        @include background-icon(decline, $size: 24px);
         background-repeat: no-repeat;
         background-size: 24px;
         background-position: center right;