Browse Source

Do notr make action icons too transparent

Signed-off-by: marco <marcoambrosini@pm.me>
tags/v23.0.0beta2
marco 2 years ago
parent
commit
61cfe35a90
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/css/inputs.scss

+ 1
- 1
core/css/inputs.scss View File

@@ -215,7 +215,7 @@ input[type='reset'] {
color: #fff !important;
}
}
button:not(.button-vue), .button:not(.button-vue) {
button:not(.button-vue):not(.action-button), .button:not(.button-vue) {
> span {
/* icon position inside buttons */
&[class^='icon-'],

Loading…
Cancel
Save