Browse Source

Adjusted CSS styles related with GK Graph headers (#2971)

main
ericf-axosoft 1 year ago
committed by GitHub
parent
commit
31ab0c0cd7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 12 deletions
  1. +5
    -12
      src/webviews/apps/plus/graph/graph.scss

+ 5
- 12
src/webviews/apps/plus/graph/graph.scss View File

@ -414,18 +414,11 @@ button:not([disabled]),
.columns-settings {
--column-button-height: 19px;
position: absolute;
top: 2px;
right: 0 !important;
z-index: 2;
appearance: none;
font-family: inherit;
background-color: transparent;
border: none;
color: var(--color-graph-text-disabled, hsla(0, 0%, 100%, 0.4));
margin: 0;
padding: 0 2px;
height: var(--column-button-height);
cursor: pointer;
background-color: var(--color-graph-actionbar-background);
@ -944,9 +937,7 @@ button:not([disabled]),
}
}
.graph-header {
padding-top: 1px;
.gk-graph .graph-header {
& .resizable-handle.horizontal {
--sash-size: 4px;
--sash-hover-size: 4px;
@ -988,6 +979,10 @@ button:not([disabled]),
}
}
.columns-btn {
margin-top: 0.1rem;
}
.button {
background-color: var(--color-graph-actionbar-background);
color: var(--color-graph-text-disabled, hsla(0deg, 0%, 100%, 0.4));
@ -1010,8 +1005,6 @@ button:not([disabled]),
}
.graph-icon {
position: relative;
top: -2px;
color: var(--color-graph-text-disabled, hsla(0, 0%, 100%, 0.4));
}
}

Loading…
Cancel
Save