Skip to content

Commit 07931d9

Browse files
marcoambrosiniMichaIng
authored andcommitted
Only add the vue exeption to actual button elements
Signed-off-by: marco <[email protected]>
1 parent c630c8c commit 07931d9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

core/css/inputs.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ div[contenteditable=false] {
4343
/* Default global values */
4444
div.select2-drop .select2-search input, // TODO: REMOVE WHEN DROPPING SELECT2
4545
select,
46-
button:not(.button-vue), .button:not(.button-vue),
46+
button:not(.button-vue), .button,
4747
input:not([type='range']),
4848
textarea,
4949
div[contenteditable=true],
@@ -168,8 +168,8 @@ input {
168168

169169
/* 'Click' inputs */
170170
select,
171-
button:not(.button-vue), .button:not(.button-vue),
172-
input[type='button']:not(.button-vue),
171+
button:not(.button-vue), .button,
172+
input[type='button'],
173173
input[type='submit'],
174174
input[type='reset'] {
175175
padding: 6px 16px;
@@ -184,7 +184,7 @@ input[type='reset'] {
184184
}
185185
}
186186
select,
187-
button:not(.button-vue), .button:not(.button-vue) {
187+
button:not(.button-vue), .button {
188188
* {
189189
cursor: pointer;
190190
}
@@ -197,8 +197,8 @@ button:not(.button-vue), .button:not(.button-vue) {
197197
}
198198

199199
/* Buttons */
200-
button:not(.button-vue), .button:not(.button-vue),
201-
input[type='button']:not(.button-vue),
200+
button:not(.button-vue), .button,
201+
input[type='button'],
202202
input[type='submit'],
203203
input[type='reset'] {
204204
font-weight: bold;
@@ -215,7 +215,7 @@ input[type='reset'] {
215215
color: #fff !important;
216216
}
217217
}
218-
button:not(.button-vue):not(.action-button), .button:not(.button-vue) {
218+
button:not(.button-vue):not(.action-button), .button {
219219
> span {
220220
/* icon position inside buttons */
221221
&[class^='icon-'],

0 commit comments

Comments
 (0)