Skip to content

Commit a5be030

Browse files
authored
Merge pull request #150 from ASU/uds-462
fix(bootstrap4-theme): remove underline on hover for pagination
2 parents b5f9f5c + 7ed0e1b commit a5be030

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/bootstrap4-theme/src/scss/design-tokens/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,4 +428,4 @@ $uds-component-tab-container-border-color: #747474;
428428
$uds-component-tab-container-border-width-px: 1px;
429429
$uds-component-tab-active-border-bottom: 8px solid #8c1d40;
430430
$uds-component-tab-active-color: #8c1d40;
431-
$uds-component-tab-disabled-opacity: 50%;
431+
$uds-component-tab-disabled-opacity: 50%;

packages/design-tokens/components/pager.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"hover": {
5050
"text-decoration": {
51-
"value": "underline"
51+
"value": "none"
5252
},
5353
"color": {
5454
"value": "{color.base.white.value}"

0 commit comments

Comments
 (0)