mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove dock-tab.scss
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
77d8573833
commit
919e4e360b
@ -1,38 +0,0 @@
|
|||||||
/**
|
|
||||||
* Copyright (c) OpenLens Authors. All rights reserved.
|
|
||||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
|
||||||
*/
|
|
||||||
|
|
||||||
.DockTab {
|
|
||||||
padding: $padding;
|
|
||||||
|
|
||||||
.Icon {
|
|
||||||
&.material {
|
|
||||||
--size: var(--small-size);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.svg {
|
|
||||||
--size: 15px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.label {
|
|
||||||
.title {
|
|
||||||
max-width: 250px;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.pinned {
|
|
||||||
padding-right: $padding;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:last-child {
|
|
||||||
padding-right: $padding;
|
|
||||||
}
|
|
||||||
|
|
||||||
border-right-width: 2px;
|
|
||||||
border-right-color: var(--dockInfoBackground);
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user