Commit 3de161fc authored by 刘怀志's avatar 刘怀志

68226 (优化)全局-所有的按钮点击触发后鼠标在移动到别的地方时,按钮被选中的样式应该恢复为初始状态

parent 8c730716
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
color: #333333; color: #333333;
} }
&:active { &:active {
background: rgba(85,163,67,0.08)!important background: rgba(85,163,67,0.08)!important;
opacity: 1; opacity: 1;
border: 1px solid #55A343!important; border: 1px solid #55A343!important;
color: #55A343!important; color: #55A343!important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment