feat: fresh tabs
This commit is contained in:
@@ -2184,6 +2184,29 @@ p {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/* Refresh button aligned to the right of tabs, blends with tab header */
|
||||
.tabs-header .tab-refresh-btn {
|
||||
margin-left: auto;
|
||||
background: transparent;
|
||||
border: 1px solid transparent;
|
||||
color: var(--text-secondary);
|
||||
padding: 0.4rem;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.tabs-header .tab-refresh-btn:hover {
|
||||
background: rgba(255, 255, 255, 0.08);
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
color: var(--text-primary);
|
||||
}
|
||||
.tabs-header .tab-refresh-btn:disabled {
|
||||
opacity: 0.6;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.tab-button {
|
||||
background: transparent;
|
||||
border: 1px solid transparent;
|
||||
|
||||
Reference in New Issue
Block a user