Skip to content

Commit

Permalink
use outline instead of border
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Sep 22, 2023
1 parent 29332c8 commit 4c196a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/dashboard/app/javascript/stylesheets/projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
padding: 0.3rem;
margin: 0.5rem;

border: 0.25em solid rgb(26, 118, 211);
outline: 0.25em solid rgb(26, 118, 211);
border-radius: 10%;

&:hover {
border: 0.4em solid rgb(26, 118, 211);
outline: 0.4em solid rgb(26, 118, 211);
}

a {
Expand Down
6 changes: 3 additions & 3 deletions apps/dashboard/app/javascript/stylesheets/scripts.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

.editable-form-field {
padding: 0.3rem;
margin: 0.5rem;
margin-bottom: 1em;

border: 0.15em solid rgb(26, 118, 211);
outline: 0.15em solid rgb(26, 118, 211);
// border-radius: 10%;

&:hover {
border: 0.4em solid rgb(26, 118, 211);
outline: 0.4em solid rgb(26, 118, 211);
}
}

Expand Down

0 comments on commit 4c196a2

Please sign in to comment.