We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e519ed commit 9ee34b8Copy full SHA for 9ee34b8
1 file changed
tools/palette-manager-v2/paletteManagerV2.css
@@ -544,3 +544,23 @@ body.tools-platform-surface.tools-platform-fullscreen-active[data-tool-id="palet
544
justify-content: flex-start;
545
}
546
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
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