Ignore:
Timestamp:
2021-09-21T10:21:26+12:00 (3 years ago)
Author:
cstephen
Message:

UI cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/korero-maori-asr/src/styles/_material.scss

    r35432 r35437  
    127127    display: flex;
    128128    align-items: center;
     129    flex-wrap: wrap;
    129130
    130131    border-radius: var(--border-radius);
    131132    background: #DDD;
    132133    padding: 0.5em;
    133 
    134     .text-placeholder {
    135         cursor: default;
    136     }
    137134}
    138135
     
    185182.text-placeholder {
    186183    color: #666;
    187     cursor: default;
     184    cursor: inherit;
    188185    font-style: italic;
    189186    cursor: inherit;
Note: See TracChangeset for help on using the changeset viewer.