mirror of
https://github.com/xuquan-nikkkki/FolderFile-Splitter-Plugin.git
synced 2026-07-22 12:00:27 +00:00
style: optimize pinned file style
This commit is contained in:
parent
7660a7a239
commit
e54bffd2de
1 changed files with 10 additions and 0 deletions
10
styles.css
10
styles.css
|
|
@ -34,6 +34,7 @@ If your plugin does not need CSS, delete this file.
|
|||
--ffs-focused-folder-with-focused-file-background-color: #d9dce0;
|
||||
--ffs-focused-file-content-preview-color: #707070;
|
||||
--ffs-file-border-color: #e6e6e6;
|
||||
--ffs-pinned-file-border-color: #d2cece;
|
||||
}
|
||||
|
||||
.theme-dark {
|
||||
|
|
@ -56,6 +57,7 @@ If your plugin does not need CSS, delete this file.
|
|||
--ffs-focused-folder-with-focused-file-background-color: #42484d;
|
||||
--ffs-focused-file-content-preview-color: #d1c59d;
|
||||
--ffs-file-border-color: #3a3d42;
|
||||
--ffs-pinned-file-border-color: #4d4f53;
|
||||
}
|
||||
|
||||
.ffs-plugin-view {
|
||||
|
|
@ -363,3 +365,11 @@ If your plugin does not need CSS, delete this file.
|
|||
.ffs-pinned-folders .ffs-folder-arrow-icon-wrapper {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.ffs-pinned-files-section
|
||||
.ffs-file:not(:last-child):not(.ffs-focused-file):has(
|
||||
+ .ffs-file:not(.ffs-focused-file)
|
||||
)
|
||||
.ffs-file-content {
|
||||
border-bottom: 1px solid var(--ffs-pinned-file-border-color);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue