PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.11
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.11
1.1.11 1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0 0.9.8 0.9.7 0.9.6 0.9.4 0.9.5 0.9.3 0.9.2 0.9.1 0.9.0 0.8.9 0.8.8 All 35 releases
← All changes | assets/css/desktop-files.css +5 -4 1.1.8 → 1.1.11 View file →
@@ -721,11 +721,12 @@
721 721 border-inline-start: 1px solid var( --os-ui-border, #dcdcde );
722 722 color: var( --os-fg-on-light, var( --os-ui-fg, #1d2327 ) );
723 723 }
724 724
725 -/* Selected file tile — light-blue accent on the wallpaper, soft
726 - * accent inside light-context windows. Variable-driven so plugins
727 - * can retune. */
725 +/* Selected file tile — a fill, and an inset accent ring whose width
726 + * the palette decides (0 on OpenStation's, which lifts the tile with
727 + * the fill alone; 1px on Legacy). Variable-driven so plugins can
728 + * retune. */
728 729 .os-file-tile--selected,
729 730 .os-file-tile--selected:hover {
730 731 background: var(
731 732 --os-tile-selected-bg,
@@ -730,9 +731,9 @@
730 731 background: var(
731 732 --os-tile-selected-bg,
732 733 rgba( 34, 113, 177, 0.18 )
733 734 );
734 - box-shadow: inset 0 0 0 1px
735 + box-shadow: inset 0 0 0 var( --os-tile-selected-ring-width, 1px )
735 736 var( --os-tile-focus-ring, var( --wp-admin-theme-color, #2271b1 ) );
736 737 }
737 738
738 739 /* Inside a folder window the selected highlight should read on