From b23794d46995088ddb779db5fa13040430c1998b Mon Sep 17 00:00:00 2001 From: Mario Aguiar Date: Mon, 11 Jul 2022 13:48:00 -0500 Subject: [PATCH] Update position of shuffle button --- .../src/customizer/components/color-control/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plugin/assets/src/customizer/components/color-control/style.css b/plugin/assets/src/customizer/components/color-control/style.css index 1153d895b..b48b1db0f 100644 --- a/plugin/assets/src/customizer/components/color-control/style.css +++ b/plugin/assets/src/customizer/components/color-control/style.css @@ -22,6 +22,10 @@ width: 40px; } -.material-design-color__input input { - width: 50% !important; /* Override core */ +.material-design-color__input { + width: 82px; +} + +.material-design-color__shuffle.material-design-color__shuffle { + margin-left: 15px; }