← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1557868] [NEW] the close icon on delete confirm dialog is written by old format.

 

Public bug reported:

At the moment, the code is below and the size of this icon are different between delete confirm dialog and other modal dialog .
        <a class='close' data-dismiss='modal'>&times;</a>

We should use the code below.
          <a href="#" class="close" data-dismiss="modal">
            <span class="fa fa-times"></span>
          </a>

** Affects: horizon
     Importance: Undecided
     Assignee: Kenji Ishii (ken-ishii)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => Kenji Ishii (ken-ishii)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1557868

Title:
  the close icon on delete confirm dialog is written by old format.

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  At the moment, the code is below and the size of this icon are different between delete confirm dialog and other modal dialog .
          <a class='close' data-dismiss='modal'>&times;</a>

  We should use the code below.
            <a href="#" class="close" data-dismiss="modal">
              <span class="fa fa-times"></span>
            </a>

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1557868/+subscriptions


Follow ups