Open abose opened 1 year ago
Primary change: https://github.com/phcode-dev/phoenix/blob/main/src/styles/brackets_patterns_override.less#L188 add the following line:
background-color: rgba(255,255,255,0.5);
.dark & {
background-color: rgba(0,0,0,0.5);
}
backdrop-filter: blur(5px);
But we need to take care of the following before merging to core:
Yep that's what I did
Describe the problem
Describe the solution you'd like
Sample: background-color: rgba(255,255,255,0.5); // for light background-color: rgba(0,0,0,0.5);// for dark backdrop-filter: blur(4px);
Alternatives considered
We need to evaluate if this is the right UX for everyone.
Additional context
Credits for demo @ScanuNicco