Skip to content

Commit

Permalink
Review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arseny Lisin committed Jan 31, 2023
1 parent 44f3d60 commit 40666b0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Logs/Cells/IconTooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
border-radius: 4px !important;
pointer-events: auto !important;
background-color: var(--ctrl-bgcolor);
color: var(--scolor);
color: var(--mcolor);
z-index: 102;
overflow-y: auto;
max-height: 100%;
Expand Down
10 changes: 10 additions & 0 deletions client/src/components/Logs/Logs.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,12 @@
position: relative;
}

@media screen and (min-width: 1025px) {
.logs__cell--client {
width: 13rem;
}
}

.logs__cell--header__container > .logs__cell--header__item {
border-right: 0;
font-size: 1rem;
Expand Down Expand Up @@ -358,6 +364,10 @@
overflow: hidden;
}

[data-theme="dark"] .tooltip-custom__container .button-action--arrow-option:not(:disabled):hover {
background: var(--ctrl-dropdown-bgcolor-focus);
}

.button-action--arrow-option-container {
overflow: visible;
transform-origin: left;
Expand Down
1 change: 1 addition & 0 deletions client/src/components/ui/Tabler.css
Original file line number Diff line number Diff line change
Expand Up @@ -2606,6 +2606,7 @@ fieldset:disabled a.btn {
[data-theme=dark] .btn-secondary:disabled {
color: #868e96;
background-color: transparent;
border: none;
}

[data-theme=dark] .btn-secondary:not(:disabled):not(.disabled):active,
Expand Down

0 comments on commit 40666b0

Please sign in to comment.