|
17 | 17 | } |
18 | 18 | & > &-status { |
19 | 19 | margin-left: 5px; |
20 | | - color: #3c3c3c; |
| 20 | + color: var(--color-text, #3c3c3c); |
21 | 21 | transform: translateY(-100%); |
22 | 22 | font-weight: lighter; |
23 | 23 | } |
|
46 | 46 | opacity: 1; |
47 | 47 | max-height: 100%; |
48 | 48 | overflow: hidden; |
49 | | - color: white; |
| 49 | + color: var(--color-icon-reverse, white); |
50 | 50 | &:hover { |
51 | 51 | background: var(--color-brand-light, #006cff); |
52 | 52 | } |
|
56 | 56 | display: inline-block; |
57 | 57 | width: 8px; |
58 | 58 | height: 8px; |
59 | | - border: 1px solid #197aff; |
60 | | - background: #fff; |
| 59 | + border: 1px solid var(--color-brand, #197aff); |
| 60 | + background: var(--color-block-background-normal, #fff); |
61 | 61 | pointer-events: auto; |
62 | 62 | z-index: 2; |
63 | 63 | } |
|
73 | 73 | &:after { |
74 | 74 | content: ""; |
75 | 75 | display: block; |
76 | | - border: 1px solid #197aff; |
77 | | - background: #fff; |
78 | | - // background: #738397; |
| 76 | + border: 1px solid var(--color-brand, #197aff); |
| 77 | + background: var(--color-block-background-normal, #fff); |
79 | 78 | border-radius: 2px; |
80 | | - // animation: flashing 1.5s infinite linear; |
81 | 79 | } |
82 | 80 |
|
83 | 81 | &.e, |
84 | 82 | &.w { |
85 | 83 | cursor: ew-resize; |
86 | 84 | &:after { |
87 | 85 | width: 4px; |
88 | | - // height: calc(100% - 20px); |
89 | 86 | min-height: 50%; |
90 | 87 | } |
91 | 88 | } |
|
94 | 91 | &.s { |
95 | 92 | cursor: ns-resize; |
96 | 93 | &:after { |
97 | | - // width: calc(100% - 20px); |
98 | 94 | min-width: 50%; |
99 | 95 | height: 4px; |
100 | 96 | } |
101 | 97 | } |
102 | 98 | } |
103 | 99 |
|
104 | | - // &&-hovering { |
105 | 100 | &&-detecting { |
106 | 101 | z-index: 1; |
107 | 102 | border-style: dashed; |
108 | | - background: rgba(0,121,242,.04); |
109 | | - |
110 | | - &.x-loop { |
111 | | - border-color: rgba(138, 93, 226, 0.8); |
112 | | - background: rgba(138, 93, 226, 0.04); |
113 | | - |
114 | | - >.@{scope}-title { |
115 | | - color: rgba(138, 93, 226, 1.0); |
116 | | - } |
117 | | - } |
118 | | - |
119 | | - &.x-condition { |
120 | | - border-color: rgba(255, 99, 8, 0.8); |
121 | | - background: rgba(255, 99, 8, 0.04); |
122 | | - >.@{scope}-title { |
123 | | - color: rgb(255, 99, 8); |
124 | | - } |
125 | | - } |
| 103 | + background: var(--color-block-background-light, rgba(0,121,242,.04)); |
126 | 104 | } |
127 | 105 |
|
128 | 106 | &&-selecting { |
129 | 107 | z-index: 2; |
130 | 108 | border-width: 2px; |
131 | 109 |
|
132 | | - &.x-loop { |
133 | | - border-color: rgba(147, 112, 219, 1.0); |
134 | | - background: rgba(147, 112, 219, 0.04); |
135 | | - |
136 | | - >@{scope}-title { |
137 | | - color: rgba(147, 112, 219, 1.0); |
138 | | - } |
139 | | - &.highlight { |
140 | | - background: transparent; |
141 | | - } |
142 | | - } |
143 | | - |
144 | | - &.x-condition { |
145 | | - border-color: rgb(255, 99, 8); |
146 | | - >@{scope}-title { |
147 | | - color: rgb(255, 99, 8); |
148 | | - } |
149 | | - } |
150 | | - |
151 | 110 | &.dragging { |
152 | | - background: rgba(182, 178, 178, 0.8); |
| 111 | + background: var(--color-layer-mask-background, rgba(182, 178, 178, 0.8)); |
153 | 112 | border: none; |
154 | 113 | } |
155 | 114 | } |
|
0 commit comments