Skip to content

Commit 0b1de6f

Browse files
bailin0824v_guanglwen
andauthored
修复深色模式下导航栏返回按钮显示为黑色方块的问题 (#192)
* fix: fix navbar text wrap in webview * style: ui * fix: 修复深色模式下导航栏返回按钮显示为黑色方块的问题 --------- Co-authored-by: v_guanglwen <v_guanglwen@tencent.com>
1 parent 348cfa7 commit 0b1de6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miniprogram/common/lib/weui.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4267,7 +4267,7 @@ page, :root {
42674267
mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='24' viewBox='0 0 12 24'%3E %3Cpath fill-opacity='.9' fill-rule='evenodd' d='M10 19.438L8.955 20.5l-7.666-7.79a1.02 1.02 0 0 1 0-1.42L8.955 3.5 10 4.563 2.682 12 10 19.438z'/%3E%3C/svg%3E") no-repeat 50% 50%;
42684268
-webkit-mask-size: cover;
42694269
mask-size: cover;
4270-
background-color: currentColor
4270+
background-color: transparent
42714271
}
42724272

42734273
.weui-navigation-bar__inner .weui-navigation-bar__left .weui-navigation-bar__btn_goback:active {

0 commit comments

Comments
 (0)