gabrielbull / react-desktop

React UI Components for macOS High Sierra and Windows 10
http://reactdesktop.js.org
MIT License
9.52k stars 462 forks source link

optimize the style of NavPane-Button to avoid damage #148

Closed LanFly closed 4 years ago

LanFly commented 4 years ago

The NavPane of button style will be broken if there is a global style like antd:

* {
  box-sizing: border-box
}

So it's style should be optimize to avoid damage.

image

davej commented 4 years ago

Thanks 👍