Skip to content

Commit

Permalink
style: remove unused css class on buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
leoossa committed Aug 5, 2021
1 parent 9826b8c commit cad5094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

<body class="login-body popup-body">
<form class="popup-form">
<button id="sendPage" type="button" class="btn waves-effect waves-light blue right">Send Page</button>
<button id="options" class="btn waves-effect waves-light blue right">Go to options</button>
<button id="refresh" class="btn waves-effect waves-light blue right">Refresh boards</button>
<button id="sendPage" type="button" class="btn blue">Send Page</button>
<button id="options" class="btn blue">Go to options</button>
<button id="refresh" class="btn blue">Refresh boards</button>
</form>
<ul id="decksList">
<template id="boardItem-template">
Expand Down

0 comments on commit cad5094

Please sign in to comment.