Removing titlebar buttons that have no function
These buttons will serve no purpose for the photo gallery window and should be disabled and hidden
This commit is contained in:
parent
41957a2409
commit
eb47e1a04b
|
@ -11,9 +11,9 @@
|
|||
<body>
|
||||
<div class="window">
|
||||
<div class="title-bar">
|
||||
<button aria-label="Close" class="close"></button>
|
||||
<button aria-label="Close" disabled class="hidden"></button>
|
||||
<h1 class="title">Baxter Images</h1>
|
||||
<button aria-label="Resize" class="resize"></button>
|
||||
<button aria-label="Resize" disabled class="hidden"></button>
|
||||
</div>
|
||||
<div class="separator"></div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue