diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-18 12:06:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 12:06:39 -0500 |
commit | f28fe33cae86affdb97843c15396d47f153a8144 (patch) | |
tree | 393a32c57ce7d4248d870e12f0d2537d2e184f2e /ext/mixed/css | |
parent | 5d8ac70395f548923549bb73d183004c9a71e756 (diff) |
Change the resizer color when the window is being resized (#1120)
Diffstat (limited to 'ext/mixed/css')
-rw-r--r-- | ext/mixed/css/display.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index d95aee2f..f18ff325 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -1196,7 +1196,8 @@ button.action-button { fill var(--animation-duration) linear, opacity var(--animation-duration) linear; } -.frame-resizer-handle:hover { +.frame-resizer-handle:hover, +:root[data-is-resizing=true] .frame-resizer-handle { fill: var(--accent-color); opacity: 1; } |