Changeset 04c882d in OpenWorkouts-current for ow/static/less/pages/profile.less


Ignore:
Timestamp:
Mar 6, 2019, 11:25:01 AM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current
Children:
8d726ec
Parents:
aa6dcaf
Message:

(#7) Improvements on the workout totals/stats in the user profile page:

  • Fixed styles for the sport/year dropdowns
  • Added "per workout records" for each year (and all time totals), including maximum distance, time and elevation in a single workout.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/static/less/pages/profile.less

    raa6dcaf r04c882d  
    9090                        color: @color-main;
    9191                }
     92                a {
     93                    color: @color-app;
     94                    text-decoration: none;
     95                    &:hover {
     96                        color: @color-main;
     97                    }
     98                    &:active, &:focus {
     99                        outline: 0;
     100                        border: none;
     101                        -moz-outline-style: none;
     102                    }
     103                }
    92104        }
    93105}
Note: See TracChangeset for help on using the changeset viewer.