github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/web/src/LogPane.scss (about) 1 // Using CSS here since scoped ::selection doesn't seem to work with styled-components 2 @import "constants"; 3 4 .LogPane ::selection { 5 background-color: rgba($color-blue, $translucent); 6 }