Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Refactor existing CSS
Browse files Browse the repository at this point in the history
Fixes #190
  • Loading branch information
opdavies committed Sep 16, 2020
1 parent 390c3ba commit b70b30b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
4 changes: 0 additions & 4 deletions web/themes/custom/opdavies/assets/css/components/button.pcss
Expand Up @@ -2,10 +2,6 @@
@apply py-2 px-3 inline-block border border-blue-600;
@apply text-sm text-white no-underline bg-blue-600 rounded;

&:focus {
@apply py-2 px-3 m-0
}

&:active,
&:focus,
&:hover {
Expand Down
6 changes: 1 addition & 5 deletions web/themes/custom/opdavies/assets/css/components/note.pcss
Expand Up @@ -6,10 +6,6 @@
}

p a {
@apply text-black underline;

&:hover {
@apply no-underline
}
@apply text-black underline hover:no-underline
}
}
6 changes: 1 addition & 5 deletions web/themes/custom/opdavies/assets/css/custom-base.pcss
Expand Up @@ -15,11 +15,7 @@ img {
}

a {
@apply text-blue-700 no-underline;

&:hover {
@apply underline
}
@apply text-blue-700 no-underline hover:underline
}

blockquote {
Expand Down

0 comments on commit b70b30b

Please sign in to comment.