From 6c88a36f8f4acd4669257c02851f93b9c46cfffe Mon Sep 17 00:00:00 2001 From: Bas Brands Date: Mon, 23 Apr 2018 21:20:52 +0200 Subject: [PATCH] MDL-62150 Theme boost: warning position "x" in atto hardcode position of "x" because of failing calc function --- theme/boost/scss/moodle/forms.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/boost/scss/moodle/forms.scss b/theme/boost/scss/moodle/forms.scss index e44cffbcaf6..ddbf4ea31cf 100644 --- a/theme/boost/scss/moodle/forms.scss +++ b/theme/boost/scss/moodle/forms.scss @@ -403,8 +403,8 @@ textarea[data-auto-rows] { background-image: $form-icon-danger; padding-right: ($input-padding-x * 3); background-repeat: no-repeat; - background-position: center right ($input-height / 4); - background-size: ($input-height / 2) ($input-height / 2); + background-position: center right 1rem; + background-size: 1.5rem; } // Styles for the JS file types browser provided by the "filetypes" element.