Skip to content

Commit

Permalink
Issue/6172-Fix-surface-toolbar-button-styles (#6181)
Browse files Browse the repository at this point in the history
* #6172 Fix surface toolbar button styles
Fixes #6172

* #6172 - fix colors

* #6172 Fix surface toolbar button styles
Fixes #6172
  • Loading branch information
novikov82 authored Dec 4, 2024
1 parent c4268fb commit 87c4d47
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ svc-page-navigator,
border: none;
background-color: transparent;
&:hover,
&:focus {
&:focus-visible {
outline: none;

.svc-page-navigator__button-icon {
Expand All @@ -67,11 +67,11 @@ svc-page-navigator,
}
}

.svc-page-navigator__button--active {
.svc-page-navigator__button--active, .svc-page-navigator__button--active:hover {
.svc-page-navigator__button-icon {
background: var(--ctr-page-navigator-button-background-color-hovered, $primary-light);
background: var(--ctr-page-navigator-button-background-color-checked, transparent);
use {
fill: var(--ctr-page-navigator-button-icon-color-hovered, $primary);
fill: var(--ctr-page-navigator-button-icon-color-checked, $primary);
}
}
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 87c4d47

Please sign in to comment.