mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
15 lines
324 B
SCSS
15 lines
324 B
SCSS
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2022 The Pybricks Authors
|
|
|
|
@import '../variables.scss';
|
|
|
|
.pb-explorer-file-tree {
|
|
// to allow for focus outline
|
|
padding: 6px;
|
|
}
|
|
|
|
// reveal file action buttons on hover
|
|
.#{$ns}-tree-node-content:not(:hover) .pb-explorer-file-action-button-group {
|
|
display: none;
|
|
}
|