Skip to content

Commit b101e2b

Browse files
committed
button cursor changes
1 parent d853209 commit b101e2b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

_site/css/main.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2304,7 +2304,11 @@ img { pointer-events: none; }
23042304
----------------------------------- */
23052305
.sub-org-button { padding: 10px 0 0 10px; border-right: 1px solid #f15a22; border-bottom: 1px solid #f15a22; border-radius: 20px; box-shadow: 5px 5px 8px #888888; }
23062306

2307-
.sub-org-button:hover, .sub-org-button:focus, .sub-org-button:focus-visible { box-shadow: 12px 12px 8px #888888; outline: none; }
2307+
.sub-org-button:hover, .sub-org-button:focus, .sub-org-button:focus-visible { box-shadow: 12px 12px 8px #888888; cursor: pointer; outline: none; }
2308+
2309+
a > button { background: transparent; color: #f15a22; border: transparent; border-right: 1px solid #f15a22; border-bottom: 1px solid #f15a22; border-radius: 20px; box-shadow: 8px 8px 8px #888888; padding: 10px 25px; }
2310+
2311+
a > button:hover, a > button:focus, a > button:focus-visible { color: #f15a22; box-shadow: 12px 12px 8px #888888; cursor: pointer; outline: none; }
23082312

23092313
/* ---------------------------------- Header
23102314
----------------------------------- */

css/custom/_style.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ img {
3939
.sub-org-button:focus,
4040
.sub-org-button:focus-visible {
4141
box-shadow: 12px 12px 8px $background-gray;
42+
cursor: pointer;
4243
outline: none;
4344
}
4445

@@ -59,6 +60,7 @@ a > button:focus,
5960
a > button:focus-visible {
6061
color: $primary;
6162
box-shadow: 12px 12px 8px $background-gray;
63+
cursor: pointer;
6264
outline: none;
6365
}
6466

0 commit comments

Comments
 (0)