Semantic-Org / Semantic-UI-CSS

CSS Only distribution
http://www.semantic-ui.com
MIT License
488 stars 362 forks source link

Confused UI Labeled input #86

Open TettriS opened 1 year ago

TettriS commented 1 year ago

Labeled input doesn't hiding left line on focus then has the "error" class or mey bee the Focus expected been upper when border?

<div class="ui labeled input error">
  <div class="[ui label](https://semantic-ui.com/elements/label.html)">
    http://
  </div>
  <input type="text" placeholder="mysite.com">
</div>

Screenshot from 2023-04-13 18-53-33

TettriS commented 1 year ago

Also duplicate at repo with LESS. https://github.com/Semantic-Org/Semantic-UI-LESS/issues/78