Skip to content
Snippets Groups Projects
Commit 849744a6 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Prevent selection of icons by highlighting

parent 7ae71367
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
display: flex;
justify-content: center;
align-items: center;
user-select: none;
}
.dial-container {
......
......@@ -13,6 +13,7 @@
background: none;
outline: none;
cursor: pointer;
user-select: none;
}
.icon-button:active > img {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment