Changeset 49728 for branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss
- Timestamp:
- 12/01/2020 07:25:43 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss
r49574 r49728 12 12 color: var(--global--color-primary-hover); 13 13 text-decoration: underline; 14 text-decoration-style: dotted; 14 15 } 15 16 … … 124 125 margin-bottom: 0; 125 126 } 126 127 &:hover { 128 129 .post-title { 130 text-decoration: underline; 131 text-decoration-thickness: 1px; 132 } 133 } 134 } 135 127 } 136 128 } 137 129 … … 158 150 } 159 151 152 .is-dark-theme & { 153 154 a:active, 155 a:hover:active, 156 a:hover:focus { 157 color: var(--global--color-background); 158 } 159 } 160 161 .has-background-white & { 162 163 a:active, 164 a:hover:active, 165 a:hover:focus { 166 color: var(--global--color-white); 167 } 168 } 160 169 } 161 170 … … 170 179 171 180 &.current { 172 border-bottom: 1px solid var(--pagination--color-text); 181 text-decoration: underline; 182 } 183 184 &:not(.dots):not(.current):hover { 185 text-decoration-style: dotted; 173 186 } 174 187 … … 228 241 font-size: var(--global--font-size-md); 229 242 } 230 231 } 243 }
Note: See TracChangeset
for help on using the changeset viewer.