mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-13 20:24:06 +00:00
Reamed btn-sm
class to button-small
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
{tab.title}
|
||||
</button>
|
||||
{#if tab.closable}
|
||||
<button class="btn-sm" on:click={() => dispatch('closeTab', tab.key)}>
|
||||
<button class="button-small" on:click={() => dispatch('closeTab', tab.key)}>
|
||||
<Icon name="x" />
|
||||
</button>
|
||||
{/if}
|
||||
@ -89,7 +89,7 @@
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.btn-sm {
|
||||
.button-small {
|
||||
position: absolute;
|
||||
right: 7px;
|
||||
top: 7px;
|
||||
|
Reference in New Issue
Block a user