Dotclear


Ignore:
Timestamp:
06/22/18 16:48:10 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Use sass variables for every color used (mainly foreground, background, border)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/scss/partials/_preferences.scss

    r3439 r3763  
    44     padding-left: 0; 
    55     #my-favs & { 
    6           border-top: 1px solid #eee; 
     6          border-top: 1px solid $fav-list-border; 
    77     } 
    88     li { 
     
    1414          #my-favs & { 
    1515               line-height: 2; 
    16                border-bottom: 1px solid #eee; 
     16               border-bottom: 1px solid $fav-list-border; 
    1717               padding-top: 3px; 
    1818               padding-bottom: 3px; 
    1919               position: relative; 
    2020          } 
     21    #my-favs:focus-within & { 
     22      border-bottom-color: $fav-list-border-alt; 
     23    } 
    2124          span.zoom { 
    2225               display: none; 
     
    2730               bottom: 0; 
    2831               left: 10em; 
    29                background-color: #f7f7f7; 
    30                border: 1px solid #dfdfdf; 
     32               background-color: $fav-list-background-over; 
     33               border: 1px solid $fav-list-border-alt; 
    3134               padding: .2em; 
    3235               border-radius: .5em; 
     
    4043 
    4144#my-favs { 
    42      border-color: #9bca1c; 
     45     border-color: $my-favs-border; 
    4346     input.position { 
    4447          margin: 0 0 .4em .2em; 
    4548     } 
     49 
    4650} 
    4751 
     
    6165          bottom: 0; 
    6266          left: 10em; 
    63           background-color: #f7f7f7; 
    64           border: 1px solid #dfdfdf; 
     67          background-color: $fav-list-background; 
     68          border: 1px solid $fav-list-border-alt; 
    6569          padding: .2em; 
    6670          border-radius: .5em; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map