| @@ -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 |