Skip to content

Commit

Permalink
Merge pull request #5 from dulajkavinda/bugfix/fix-borders
Browse files Browse the repository at this point in the history
fixed border issue in safari
  • Loading branch information
dulajkavinda authored Jul 15, 2023
2 parents 51b982a + 2b373cb commit 0eed943
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "folio-ui",
"version": "2.0.8",
"version": "2.0.9",
"description": "",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion src/components/experience/experience.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@

img {
@include br2;
@include dbo2;
@include db2;
@include no-drag;

max-height: 100%;
max-width: 100%;
object-fit: cover;
Expand Down
4 changes: 2 additions & 2 deletions src/components/search/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
@include transition-opacity;
@include transition-colors;
@include bg-tertiary-black;

border: 1px dashed transparent;
&--dashed {
outline: 1px dashed #7e8c9a;
border: 1px dashed #7e8c9a;
}

&-container {
Expand Down
6 changes: 3 additions & 3 deletions src/components/techstack/techstack.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.folio-tstack {
@include center-wrap;
@include br2;
outline: 1px dashed $tertiary-white;
border: 1px dashed $tertiary-white;

justify-content: space-between;

Expand Down Expand Up @@ -41,8 +41,8 @@
height: 2rem;

&--medium {
width: 2rem;
height: 2rem;
width: 1.95rem;
height: 1.95rem;
}

&--large {
Expand Down

0 comments on commit 0eed943

Please sign in to comment.