Skip to content

Commit

Permalink
fix: improved user-select
Browse files Browse the repository at this point in the history
  • Loading branch information
emilbonnek authored Jan 24, 2024
2 parents f42e876 + 87c02c1 commit ae6df77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/pages/_CV/Page1/sections/SectionSkills.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ const { class: className } = Astro.props;
flex-flow: row wrap;
justify-content: center;
gap: 2mm;

-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
}
.image-list img {
transition: transform 0.2s ease-in-out;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_CV/Page2/Page2.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import SectionInterests from "./sections/SectionInterests.astro";
<Page class="page-2">
<CVPage2Header class="header" />
<SectionVolunteerWork class="volunteer-work" />
<SectionPersonalProjects class="personal-projects" />
<SectionOtherSkills class="other-skills" />
<SectionInterests class="interests" />
<SectionPersonalProjects class="personal-projects" />
</Page>

<style is:inline>
Expand Down

0 comments on commit ae6df77

Please sign in to comment.