This website works better with JavaScript.
Home
Explore
Help
Sign In
monorail
/
comp-10244-assignment-4
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Prevent highlighting when clicking on emoji buttons
main
Holly McFarland
1 year ago
parent
7adf0a5fc8
commit
d45698938b
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
style.css
+ 4
- 0
style.css
View File
@ -26,6 +26,10 @@ li {
background-color
:
white
;
}
.
num-control
{
user-select
:
none
;
}
.
number-control-button
:
hover
{
cursor
:
pointer
;
font-size
:
1
.
1em
;
Write
Preview
Loading…
Cancel
Save