Skip to content
Snippets Groups Projects
Commit 31f37798 authored by Steven Dale's avatar Steven Dale Committed by GitHub
Browse files

Makes flags non-selectable + clickable (#212)

parent 2eac0550
Branches
Tags
No related merge requests found
......@@ -3,6 +3,7 @@
height: 1.1rem;
opacity: 0.5;
margin: 0.25rem 0.6rem;
user-select: none;
cursor: pointer;
transition: opacity 0.2s ease-out; /* @todo: standardize with var */
}
......
......@@ -2,6 +2,8 @@
width: 1.1rem;
height: 1.1rem;
opacity: 0.5;
user-select: none;
cursor: pointer;
transition: opacity 0.2s ease-out; /* @todo: standardize with var */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment