getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.27k stars 167 forks source link

[Panel] Don't make the info field a quote #664

Closed jenstornell closed 5 years ago

jenstornell commented 6 years ago

The Kirby 2 info field looks really nice. We can have whatever info we want here, controlled by HTML:

image

The new Kirby 3 info field looks like a quote. I understand the reason for it. It's short info to the user.

image

The possibilities to the new quote version is much more limited. Things that we did not need plugins for before, will need plugin now, or at least additional css to strip the quote look away.

So my vote is, keep it simple.

wottpal commented 6 years ago

Maybe an option like plain: true would be nice. But actually I enjoy the new look of the info-field because they seek more attention and can't be so easily ignored by the editor like in the past 😅

Oh yes and 👍 for list-support

jenstornell commented 6 years ago

This is always possible (without a plugin) but really ugly:

      new_info:
        label: Info
        type: info
        text: >
          <style>
          .kirby-box[data-theme=info] {
            background: none;
            border: none !important;
            padding: 0 !important;
          }
          </style>
          This is an info box

@wottpal Yes, a list support would be much better than nothing. 😄 Then we could express ourselves a bit more.

bastianallgeier commented 5 years ago

/move ideas