Skip to content

Commit

Permalink
WGAC compliant button cursor CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
SugaryLump committed Oct 14, 2024
1 parent 3c45915 commit 0961181
Showing 1 changed file with 13 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,7 @@ pre code {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: auto !important;
}

.btn-block {
Expand All @@ -871,9 +872,6 @@ pre code {

.btn:hover {
background-color: COLOR_PRIMARY_HOVER;
cursor: pointer;
cursor: hand;
cursor: pointer;
}

.btn-default {
Expand Down Expand Up @@ -933,8 +931,6 @@ pre code {

.btn:active {
opacity: 0.9;
cursor: pointer;
cursor: hand;
}

.btn:focus {
Expand Down Expand Up @@ -1140,8 +1136,7 @@ pre code {
}

.lightbtn {
cursor: pointer;
cursor: hand;
;
display: inline-block;
opacity: 0.5;
width: 2rem;
Expand Down Expand Up @@ -1701,8 +1696,7 @@ td.datePickerMonth, td.datePickerYear {
.datePickerPreviousYearButton, .datePickerNextYearButton {
font-size: 120%;
line-height: 1em;
cursor: hand;
cursor: pointer;
;
padding: 0px 4px;
}

Expand Down Expand Up @@ -3806,8 +3800,6 @@ td.datePickerMonth, td.datePickerYear {
}

.searchPanelRight .actions-button {
cursor: pointer;
cursor: hand;
position: relative;
font-size: 15px;
float: right;
Expand Down Expand Up @@ -3877,8 +3869,7 @@ td.datePickerMonth, td.datePickerYear {

.searchButton,
.searchAdvancedDisclosureButton {
cursor: pointer;
cursor: hand;
;
position: relative;
float: left;
width: 40px;
Expand Down Expand Up @@ -4049,8 +4040,7 @@ td.datePickerMonth, td.datePickerYear {
margin-top: 7px;
border: none;
background: transparent;
cursor: pointer;
cursor: hand;
;
color: COLOR_LABEL_TRANSPARENT;
}

Expand Down Expand Up @@ -4261,8 +4251,7 @@ td.datePickerMonth, td.datePickerYear {
position: absolute;
left: 207px;
top: 66px;
cursor: pointer;
cursor: hand;
;
}

.wui-login .wui-login-box-pass-dummy {
Expand All @@ -4285,8 +4274,7 @@ td.datePickerMonth, td.datePickerYear {
color: white;
padding-bottom: 3px;
border-bottom: 1px dashed white;
cursor: pointer;
cursor: hand;
;
}

.wui-login .wui-logout-button-hover {
Expand Down Expand Up @@ -4768,8 +4756,7 @@ td.datePickerMonth, td.datePickerYear {
}

.viewRepresentation .searchButton {
cursor: pointer;
cursor: hand;
;
position: relative;
top: -2px;
left: 2px;
Expand Down Expand Up @@ -5409,14 +5396,12 @@ td.datePickerMonth, td.datePickerYear {

.groupselect .group-button-add {
margin: 10px 13px;
cursor: pointer;
cursor: hand;
;
}

.groupselect .group-button-remove {
margin: 10px 13px;
cursor: pointer;
cursor: hand;
;
}

/** Groups Panel **/
Expand Down Expand Up @@ -5948,8 +5933,7 @@ td.datePickerMonth, td.datePickerYear {
position: absolute;
right: 10px;
top: 10px;
cursor: pointer;
cursor: hand;
;
}

/**********************************************
Expand Down Expand Up @@ -6891,7 +6875,7 @@ span.code {
.fa.gwt-PushButton-down-hovering,.fa.gwt-PushButton-up-hovering {
/*background-color: COLOR_MENU_DISABLED;*/
/*border-radius: 1px;*/
cursor: pointer;
;
cursor: hand;
box-shadow: 0px 0px 10px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
transition: all 0.2s cubic-bezier(.25,.8,.25,1);
Expand Down Expand Up @@ -7031,7 +7015,7 @@ span.code {
}

.actionable-button:hover {
cursor: pointer;
;
}

.actionable-button-disabled:hover {
Expand Down

0 comments on commit 0961181

Please sign in to comment.