Skip to content

Unify appearance of close handle in .modal and .alert-message #172

@nikku

Description

@nikku

Change .modal-header .close in patterns.less from

  .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999;
    line-height:10px;
    font-size: 18px;
  }

to the .alert-message .close style

  .close {
   position: absolute;
    right: 10px;
    top: 10px;
    color: @black;
    line-height:10px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
    .opacity(20);
    &:hover {
      color: @black;
      text-decoration: none;
      .opacity(40);
    }

to make both look similar to each other.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions