File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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----------------------------------- */
Original file line number Diff line number Diff line change 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,
5960a > button :focus-visible {
6061 color : $primary ;
6162 box-shadow : 12px 12px 8px $background-gray ;
63+ cursor : pointer ;
6264 outline : none ;
6365}
6466
You can’t perform that action at this time.
0 commit comments