Skip to content

Commit 4ab599d

Browse files
committed
przcisk widoczności pozycji arma
1 parent e9405dc commit 4ab599d

2 files changed

Lines changed: 584 additions & 537 deletions

File tree

kalman_gs/node_project/src/panels/arm.module.css

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,24 @@ input[type='range']::-moz-range-track {
277277
}
278278

279279
.pose-name {
280-
margin: 10px 10px;
280+
margin: 10px 10px;
281+
}
282+
283+
.pose-eye-button {
284+
background: none;
285+
border: none;
286+
padding: 0;
287+
margin: 0 6px;
288+
cursor: pointer;
289+
color: inherit;
290+
display: flex;
291+
align-items: center;
292+
justify-content: center;
293+
flex-shrink: 0;
294+
}
295+
296+
.pose-eye-button:hover {
297+
opacity: 0.7;
281298
}
282299

283300
.pose-indicator {

0 commit comments

Comments
 (0)