This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-7
lines changed
plugins/plugin-client-common/web/scss/components/Terminal Expand file tree Collapse file tree 1 file changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,16 @@ li.repl-block {
80
80
& :not ([data-is-output-only ]) .repl-output.repl-result-has-content {
81
81
margin-top : 0.5rem ;
82
82
}
83
- /* .repl-output:not(.repl-result-has-content) {
84
- .repl-context {
85
- display: none;
83
+ & :not ([data-is-output-only ]) {
84
+ & .valid-response ,
85
+ & .error {
86
+ .repl-output :not (.repl-result-has-content ) {
87
+ .repl-context {
88
+ display : none ;
89
+ }
90
+ }
86
91
}
87
- } */
92
+ }
88
93
& .error :before {
89
94
opacity : 1 ;
90
95
background-color : var (--color-error );
@@ -113,8 +118,13 @@ li.repl-block {
113
118
opacity : 1 ;
114
119
}
115
120
}
116
- li :hover .repl-block :before {
117
- background-color : $focus-color ;
121
+ li :not (:focus ):hover .repl-block {
122
+ & ,
123
+ & [data-is-output-only ] {
124
+ & :before {
125
+ background-color : $focus-color ;
126
+ }
127
+ }
118
128
}
119
129
li :not (:focus ) {
120
130
& .repl-block {
@@ -131,7 +141,11 @@ li.repl-block {
131
141
& > li .repl-block {
132
142
display : flex ;
133
143
flex-direction : column ;
134
- padding : 0.875rem 0 ;
144
+ padding : 0.5rem 0 ;
145
+
146
+ & .repl-active {
147
+ padding : 0.875rem 0 ;
148
+ }
135
149
136
150
& [data-is-quietly-elsewhere ] {
137
151
padding-top : 0 ;
You can’t perform that action at this time.
0 commit comments