You've already forked AstralRinth
forked from didirus/AstralRinth
Remove uses of iconified-button (#54)
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
margin-block-start: var(--gap-md);
|
margin-block-start: var(--gap-md);
|
||||||
}
|
}
|
||||||
|
|
||||||
:where(button, .button, .iconified-button) {
|
:where(button, .button, .btn) {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
gap: var(--gap-sm);
|
gap: var(--gap-sm);
|
||||||
margin-bottom: calc(var(--gap-sm) + var(--gap-md));
|
margin-bottom: calc(var(--gap-sm) + var(--gap-md));
|
||||||
|
|
||||||
.iconified-button,
|
.btn,
|
||||||
.input-group {
|
.input-group {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<Button
|
<Button
|
||||||
v-for="item in items"
|
v-for="item in items"
|
||||||
:key="item"
|
:key="item"
|
||||||
class="iconified-button"
|
class="btn"
|
||||||
:class="{ selected: selected === item }"
|
:class="{ selected: selected === item }"
|
||||||
@click="toggleItem(item)"
|
@click="toggleItem(item)"
|
||||||
>
|
>
|
||||||
@@ -71,7 +71,7 @@ export default defineComponent({
|
|||||||
grid-gap: 0.5rem;
|
grid-gap: 0.5rem;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.iconified-button {
|
.btn {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<div class="modal-body" :class="{ shown: shown }">
|
<div class="modal-body" :class="{ shown: shown }">
|
||||||
<div v-if="header" class="header">
|
<div v-if="header" class="header">
|
||||||
<h1>{{ header }}</h1>
|
<h1>{{ header }}</h1>
|
||||||
<button class="iconified-button icon-only transparent" @click="hide">
|
<button class="btn icon-only transparent" @click="hide">
|
||||||
<XIcon />
|
<XIcon />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "omorphia",
|
"name": "omorphia",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.4.18",
|
"version": "0.4.19",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user