We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb49d8 commit 118881aCopy full SHA for 118881a
components/PanelResizer.module.scss
@@ -12,7 +12,34 @@
12
width: $width;
13
z-index: 2;
14
15
+ &::before {
16
+ background-color: $rmd-states-focus-shadow-color;
17
+ bottom: 0;
18
+ content: '';
19
+ left: inherit;
20
+ opacity: 0;
21
+ position: absolute;
22
+ top: 0;
23
+ width: $width;
24
+ }
25
+
26
&:hover {
27
cursor: col-resize;
28
29
30
+ opacity: 1;
31
32
33
34
+ @include rmd-utils-keyboard-only(true) {
35
+ &:focus::before {
36
37
38
39
40
+ @include rmd-utils-touch-only(true) {
41
+ &:hover::before {
42
43
44
}
45
0 commit comments