mirror of
https://github.com/primer/css.git
synced 2024-12-14 06:44:38 +03:00
Update pagination.scss
This commit is contained in:
parent
82126ce780
commit
f365362dc9
@ -43,8 +43,8 @@
|
||||
.current,
|
||||
.current:hover,
|
||||
[aria-current]:not([aria-current=false]) {
|
||||
color: var(--color-text-inverse);
|
||||
background-color: var(--color-bg-info-inverse);
|
||||
color: var(--color-state-selected-primary-text);
|
||||
background-color: var(--color-state-selected-primary-bg);
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
.gap:hover,
|
||||
.disabled:hover,
|
||||
[aria-disabled=true]:hover {
|
||||
color: var(--color-text-tertiary);
|
||||
color: var(--color-text-disabled);
|
||||
cursor: default;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user