mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-10 20:18:54 +08:00
new design for tab header and sql editor
This commit is contained in:
@@ -81,6 +81,7 @@ export default {
|
||||
#tabs-container {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
background-color: var(--color-bg-light);
|
||||
}
|
||||
#tabs__header {
|
||||
display: flex;
|
||||
@@ -119,19 +120,11 @@ export default {
|
||||
color: var(--color-text-active);
|
||||
font-weight: 600;
|
||||
border-bottom: none;
|
||||
background-color: var(--color-white);
|
||||
}
|
||||
#tabs__header .tab__selected:hover {
|
||||
cursor: default;
|
||||
}
|
||||
#tabs__header .tab__selected:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 5px;
|
||||
background-color: var(--color-accent);
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.close-icon {
|
||||
margin-left: 5px;
|
||||
|
||||
Reference in New Issue
Block a user