mirror of
https://github.com/portainer/portainer.git
synced 2025-08-06 14:25:31 +02:00
fix(sidebar): high contrast styles, single option link [EE-5666] (#10485)
This commit is contained in:
parent
0e47f22c0a
commit
776be2e022
5 changed files with 77 additions and 23 deletions
|
@ -364,6 +364,7 @@ input:-webkit-autofill {
|
|||
.sidebar.tippy-box[data-placement^='right'] > .tippy-arrow {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.sidebar.tippy-box[data-placement^='right'] > .tippy-arrow:before {
|
||||
|
@ -375,6 +376,10 @@ input:-webkit-autofill {
|
|||
border-right: 8px solid var(--ui-gray-true-9);
|
||||
}
|
||||
|
||||
[theme='highcontrast'] .sidebar.tippy-box[data-placement^='right'] > .tippy-arrow:before {
|
||||
border-right: 8px solid var(--ui-white);
|
||||
}
|
||||
|
||||
.sidebar .tippy-content {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue