mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:57:30 +08:00
webconfig: Remove tab top border in dark mode
This commit is contained in:
parent
e571902a85
commit
9e46d49dd9
|
@ -657,6 +657,7 @@ img.delete_icon {
|
|||
.tab {
|
||||
background-color: black;
|
||||
border: 1px solid #222;
|
||||
border-top: none;
|
||||
}
|
||||
.tab:hover,
|
||||
#tab_contents .master_element:hover,
|
||||
|
|
Loading…
Reference in New Issue
Block a user