From b3f4e5e3da29812ca798fd3a57d271910ce4f4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Thu, 5 Jul 2018 10:28:38 +0800 Subject: [PATCH] bugfix: fixed #11152 silder trigger no white theme --- components/layout/style/light.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/layout/style/light.less b/components/layout/style/light.less index 56835f8a67..bf9e53d931 100644 --- a/components/layout/style/light.less +++ b/components/layout/style/light.less @@ -3,7 +3,11 @@ &-light { background: @layout-sider-background-light; } - &-light > &-trigger { + &-light &-trigger { + color: @layout-trigger-color-light; + background: @layout-trigger-background-light; + } + &-light &-zero-width-trigger { color: @layout-trigger-color-light; background: @layout-trigger-background-light; }