_st-theme.scss
ASCII text
1// 2// Override durations; since St does not support transition-timing-function 3// 4 5$duration: 100ms; 6$duration-ripple: 200ms; 7 8// 9// Override shadows 10// 11 12// This should be none, but it's creating some issues with borders, so to 13// workaround it for now, use inset wich goes through a different code path. 14// see https://bugzilla.gnome.org/show_bug.cgi?id=752934 15$shadow-z0: 0 0 transparent; 16