.component.title-bar-buttons { flex-shrink: 0; contain: none; } .title-bar-buttons div button { border: none !important; border-radius: 0; background: none !important; font-size: 150%; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; } .title-bar-buttons div:hover button { background-color: var(--accented-background-color) !important; } .title-bar-buttons div { display: inline-block; height: 40px; width: 40px; } .title-bar-buttons .btn.focus, .title-bar-buttons .btn:focus { box-shadow: none; }