mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #29327 from nextcloud/bugfix/noid/do-not-make-actionbuttons-spans-too-transparent
This commit is contained in:
commit
ac7930bf1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue