Skip to content

Commit

Permalink
Merge pull request #30009 from nextcloud/backport/29905/stable23
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Dec 7, 2021
2 parents c630c8c + 07931d9 commit 778d1a1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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 All @@ -215,7 +215,7 @@ input[type='reset'] {
color: #fff !important;
}
}
button:not(.button-vue):not(.action-button), .button:not(.button-vue) {
button:not(.button-vue):not(.action-button), .button {
> span {
/* icon position inside buttons */
&[class^='icon-'],
Expand Down

0 comments on commit 778d1a1

Please sign in to comment.