Skip to content

Commit

Permalink
Buttons in presenter console does not have border radius until be we …
Browse files Browse the repository at this point in the history
…hover on it

- all the btn (ex: Notes, Slider sorter etc) should have border radius on initialization
- this patch will fix the inconsistency of border radius around btn in PresenterConsole

Signed-off-by: Darshan-upadhyay1110 <[email protected]>
Change-Id: I880159a69cf5c20ac914785ca12c826c257b6c96
  • Loading branch information
Darshan-upadhyay1110 committed Jan 30, 2025
1 parent 91a83bc commit 834acc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser/src/slideshow/PresenterConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ class PresenterConsole {
button.style.backgroundColor = 'transparent';
button.style.color = this.slideShowColor;
button.style.border = 'none';
button.style.borderRadius = this.PresenterConsoleBtnRadius;
});

elem = this._proxyPresenter.document.querySelector('#title-current');
Expand Down

0 comments on commit 834acc2

Please sign in to comment.