Open Tlntin opened 2 years ago
edit styles/apple-toolbars.less
.sheet-toolbar .btn-toolbar { box-shadow: 0 0 0 1px @border-color; }
- after
.sheet-toolbar .btn-toolbar { box-shadow: none; background: none; background-color: none; }
then the result like this
![image](https://user-images.githubusercontent.com/28218658/201960151-d85366a8-2e61-434c-b36e-ba42ac1bc36b.png)
it seems normal!
I bit better indeed
edit styles/apple-toolbars.less
- beafore
.sheet-toolbar .btn-toolbar { box-shadow: 0 0 0 1px @border-color; }
- after
.sheet-toolbar .btn-toolbar { box-shadow: none; background: none; background-color: none; }
then the result like this
it seems normal!
Thx, result: