Skip to content

Commit

Permalink
fix: colour and cursor improvements in widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
designerzen committed Oct 19, 2024
1 parent 0e9ce14 commit c0d8d22
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions source/assets/styles/gadgets/progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
width: 100%;
grid-area: 1/1/-1/-1;
margin-top: 88%;
pointer-events: none;
}
progress{
// transform: translateY(12.5%);
Expand Down
12 changes: 10 additions & 2 deletions source/assets/styles/sections/panel-instruments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@

summary{
background-color:var(--shade-gray);
color:var(--shade-blue, blue);
// border:var(--border,1px) solid var(--shade-white);
color:var(--shade-dark, blue);
border-top:var(--border,1px) solid var(--shade-white);

position: sticky;
// bottom: 0;
Expand All @@ -326,6 +326,9 @@
// ensure vertically aligns
align-items: center;
line-height: inherit;
display: flex;
gap: calc(var(--pad)/2);


/*
// glass effect
Expand All @@ -344,6 +347,11 @@
transparent
);
*/

&::before{
font-size:186%;
order:303;
}
}

:where(details + details){
Expand Down

0 comments on commit c0d8d22

Please sign in to comment.