Skip to content

Commit 9ee34b8

Browse files
author
DavidQ
committed
Shrink pin button + icon (thumb tac)
1 parent 5e519ed commit 9ee34b8

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

tools/palette-manager-v2/paletteManagerV2.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,3 +544,23 @@ body.tools-platform-surface.tools-platform-fullscreen-active[data-tool-id="palet
544544
justify-content: flex-start;
545545
}
546546
}
547+
548+
549+
/* Pin button style update */
550+
.palette-manager-v2__pin-button--tile {
551+
background: #ffffff88 !important;
552+
border: none !important;
553+
outline: none !important;
554+
box-shadow: none !important;
555+
margin: 5px !important;
556+
}
557+
/* Shrink pin button + icon 50% */
558+
.palette-manager-v2__pin-button--tile {
559+
width: 24px;
560+
height: 24px;
561+
}
562+
563+
.palette-manager-v2__pin-button--tile .palette-manager-v2__pin-icon {
564+
width: 20px;
565+
height: 20px;
566+
}

0 commit comments

Comments
 (0)