Skip to content

Commit 6e73d75

Browse files
authored
Update core/src/components/Profile/PrimaryActionButton.vue
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent f06bf61 commit 6e73d75

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

core/src/components/Profile/PrimaryActionButton.vue

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -61,37 +61,4 @@ export default defineComponent({
6161
.icon {
6262
filter: var(--primary-invert-if-dark);
6363
}
64-
65-
.profile__primary-action-button {
66-
font-size: var(--default-font-size);
67-
font-weight: bold;
68-
width: 188px;
69-
height: 44px;
70-
padding: 0 16px;
71-
line-height: 44px;
72-
text-align: center;
73-
border-radius: var(--border-radius-pill);
74-
color: var(--color-primary-element-text);
75-
background-color: var(--color-primary-element);
76-
overflow: hidden;
77-
white-space: nowrap;
78-
text-overflow: ellipsis;
79-
80-
.icon {
81-
display: inline-block;
82-
vertical-align: middle;
83-
margin-bottom: 2px;
84-
margin-inline-end: 4px;
85-
86-
&.icon-invert {
87-
filter: invert(1);
88-
}
89-
}
90-
91-
&:hover,
92-
&:focus,
93-
&:active {
94-
background-color: var(--color-primary-element-light);
95-
}
96-
}
9764
</style>

0 commit comments

Comments
 (0)