mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-15 01:34:06 +00:00
style(base-cheatsheet): prevent users from selecting thumbnail and share icons
This commit is contained in:
parent
2f8ba58a41
commit
2bfd1f4dd6
@ -86,6 +86,7 @@ $c: ".c-base-cheatsheet";
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 160px;
|
height: 160px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -102,6 +103,7 @@ $c: ".c-base-cheatsheet";
|
|||||||
#{$c}__share {
|
#{$c}__share {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
#{$c}__network {
|
#{$c}__network {
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
|
Loading…
Reference in New Issue
Block a user