From 1513501bc5903353fd548b84f7b0f139b25a6137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sat, 8 Feb 2025 15:51:11 +0100 Subject: [PATCH] MDL-84476 theme: btn.btn-icon round background. --- theme/boost/scss/moodle/buttons.scss | 2 +- theme/boost/style/moodle.css | 2 +- theme/classic/style/moodle.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/boost/scss/moodle/buttons.scss b/theme/boost/scss/moodle/buttons.scss index 9aac63e0045..32728d953b0 100644 --- a/theme/boost/scss/moodle/buttons.scss +++ b/theme/boost/scss/moodle/buttons.scss @@ -40,7 +40,7 @@ p.arrow_button { .btn.btn-icon { height: ($icon-height + 20px); - width: ($icon-width + 20px); + width: ($icon-width + 16px); font-size: $icon-height; line-height: $icon-height; padding: 0; diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index f0320141438..8a2a781f8e8 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -35176,7 +35176,7 @@ p.arrow_button { .btn.btn-icon { height: 36px; - width: 40px; + width: 36px; font-size: 16px; line-height: 16px; padding: 0; diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index e09da2164e6..fec137fe82f 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -35176,7 +35176,7 @@ p.arrow_button { .btn.btn-icon { height: 36px; - width: 40px; + width: 36px; font-size: 16px; line-height: 16px; padding: 0;