Ignore:
Timestamp:
2021-09-20T15:13:08+12:00 (3 years ago)
Author:
cstephen
Message:

Prevent duplicate transcriptions being created

File:
1 edited

Legend:

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

    r35431 r35432  
    2121    --body-color: rgb(39, 39, 39);
    2222   
    23     --primary-box-shadow: 0px 2px 4px 0px #505050;
    24     --primary-box-shadow-thin: 0px 1px 3px 0px #747474;
     23    --primary-box-shadow: 0 2px 4px 0 #505050;
     24    --primary-box-shadow-thin: 0 1px 3px 0 #747474;
     25
    2526    --hover-brightness: 92%;
    2627
     
    5051    --primary-bg-color: var(--accent-bg-color);
    5152    --primary-fg-color: var(--accent-fg-color);
    52 }
    53 
    54 .border-accent {
    55     border: 2px var(--accent-bg-color) solid;
    5653}
    5754
     
    248245    width: 100%; // Required for firefox
    249246
    250     &:focus {
    251         outline: none;
    252     }
    253 
    254247    &::-webkit-slider-thumb {
    255248        -webkit-appearance: none;
Note: See TracChangeset for help on using the changeset viewer.