zotero/scss/mac/_tabBar.scss

31 lines
411 B
SCSS
Raw Normal View History

2020-09-15 07:30:17 +00:00
.tabs {
-moz-window-dragging: drag;
2020-09-21 09:50:00 +00:00
}
.tabs-spacer-before {
width: 78px;
border-bottom: $tab-border;
border-inline-end: $tab-border;
}
.tabs-spacer-after {
flex: 1;
border-inline-start: $tab-border;
border-bottom: $tab-border;
2020-09-15 07:30:17 +00:00
}
.tab {
-moz-window-dragging: no-drag;
2020-09-21 09:50:00 +00:00
}
.tab:not(.selected) {
border-bottom: $tab-border;
}
.tab:first-child {
border-left: 0;
}
.tab:last-child {
border-right: 0;
2020-09-15 07:30:17 +00:00
}