Skip to content

Commit

Permalink
fix: remove on/off switch button (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohini-ranjanR committed Jul 21, 2023
1 parent 5da84bf commit 41775fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions audio-basics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@

<label for="panner">PAN</label>

<button
class="control-power"
role="switch"
aria-checked="false"
data-power="on"
>
<span>On/Off</span>
</button>
</section>

<section class="tape">
Expand Down
2 changes: 1 addition & 1 deletion audio-basics/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ body {
.master-controls {
display: grid;
grid-template-rows: repeat(2, auto);
grid-template-columns: repeat(2, 1fr) 12%;
grid-template-columns: repeat(2, 1fr);
/*name our grid areas so they are more manipulative later*/
grid-template-areas:
"volin panin power"
Expand Down

0 comments on commit 41775fb

Please sign in to comment.