mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-26 08:51:22 -06:00
fix: SDA-2080 (Fix a target CSS issue with SFE-Lite & fix title bar button issue in 9.x) (#999)
* SDA-2080 - Target jss class name instead of dev defined * SDA-2080 - Fix title bar issue with 9.x
This commit is contained in:
parent
5983b090e2
commit
d5e01d08f0
@ -257,7 +257,7 @@ export default class WindowsTitleBar extends React.Component<{}, IState> {
|
||||
private updateTitleBar(): void {
|
||||
const { isFullScreen, titleBarHeight } = this.state;
|
||||
const contentWrapper = document.getElementById('content-wrapper');
|
||||
const appView = document.getElementsByClassName('AppView-root-3')[0] as HTMLElement;
|
||||
const appView = document.getElementsByClassName('jss3')[0] as HTMLElement;
|
||||
const root = document.getElementById('root');
|
||||
const railContainer = document.getElementsByClassName('ReactRail-container-2')[0] as HTMLElement;
|
||||
const railList = document.getElementsByClassName('railList')[0] as HTMLElement;
|
||||
|
@ -89,6 +89,7 @@
|
||||
border-radius: 0;
|
||||
padding: 10px 15px;
|
||||
cursor: default;
|
||||
align-content: center;
|
||||
|
||||
&:hover {
|
||||
background-color: @background_color_1;
|
||||
|
Loading…
Reference in New Issue
Block a user