Skip to content

Commit

Permalink
Only add the vue exeption to actual button elements
Browse files Browse the repository at this point in the history
Signed-off-by: marco <marcoambrosini@pm.me>
  • Loading branch information
marcoambrosini authored and backportbot[bot] committed Dec 1, 2021
1 parent 558b83e commit 1f4717b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions core/css/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ div[contenteditable=false] {
/* Default global values */
div.select2-drop .select2-search input, // TODO: REMOVE WHEN DROPPING SELECT2
select,
button:not(.button-vue), .button:not(.button-vue),
button:not(.button-vue), .button,
input:not([type='range']),
textarea,
div[contenteditable=true],
Expand Down Expand Up @@ -168,8 +168,8 @@ input {

/* 'Click' inputs */
select,
button:not(.button-vue), .button:not(.button-vue),
input[type='button']:not(.button-vue),
button:not(.button-vue), .button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
padding: 6px 16px;
Expand All @@ -184,7 +184,7 @@ input[type='reset'] {
}
}
select,
button:not(.button-vue), .button:not(.button-vue) {
button:not(.button-vue), .button {
* {
cursor: pointer;
}
Expand All @@ -197,8 +197,8 @@ button:not(.button-vue), .button:not(.button-vue) {
}

/* Buttons */
button:not(.button-vue), .button:not(.button-vue),
input[type='button']:not(.button-vue),
button:not(.button-vue), .button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
font-weight: bold;
Expand Down

0 comments on commit 1f4717b

Please sign in to comment.