Browse Source
Merge pull request #29327 from nextcloud/bugfix/noid/do-not-make-actionbuttons-spans-too-transparent
pull/29465/head
John Molakvoæ
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
core/css/inputs.scss
|
|
|
@ -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-'], |
|
|
|
|