-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d825e0
commit 161212f
Showing
5 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,4 +74,8 @@ | |
color: white; | ||
border: none; | ||
} | ||
button:focus-visible { | ||
outline: white 2px solid; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<h2>Unrecognized Device</h2> | ||
<h3>The selected device could not be recognized by mimacro, and may not be compatible at this time.<br> | ||
Firmware must be flashed before this device can be used.<br> | ||
<a href="#" on:click={()=>{electronAPI.openLinkInBrowser("https://atticuscornett.github.io/mimacro-docs/#/firmware")}}> | ||
<a href="#" on:click={()=>{electronAPI.openLinkInBrowser("https://atticuscornett.github.io/mimacro-docs/")}}> | ||
A list of firmware can be found in the mimacro docs. | ||
</a> | ||
</h3> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,8 @@ | |
color: white; | ||
border: none; | ||
} | ||
button:focus-visible { | ||
outline: white solid 2px; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,6 +69,10 @@ | |
background: none; | ||
} | ||
button:focus-visible { | ||
outline: orange solid 2px; | ||
} | ||
.closeImg { | ||
width: 30px; | ||
} | ||
|