Skip to content

Commit 6240d58

Browse files
author
mrmrs
committed
Update tachyons source files.
1 parent 6004a8b commit 6240d58

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/css/_hovers.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
/* Combine with classes in skins and skins-pseudo for
124124
* thousands of different transition possibilities. */
125125

126+
.bg-animate,
126127
.bg-animate:hover,
127128
.bg-animate:focus {
128129
transition: background-color .15s ease-in-out;

src/css/_skins-pseudo.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
88
*/
99

10-
.focus-black:hover,
10+
.hover-black:hover,
1111
.hover-black:focus { color: var(--black); }
12-
.hover-near-black:hover,
12+
.hover-near-black:hover,
1313
.hover-near-black:focus { color: var(--near-black); }
1414
.hover-dark-gray:hover,
1515
.hover-dark-gray:focus { color: var(--dark-gray); }
@@ -19,7 +19,7 @@
1919
.hover-gray:focus { color: var(--gray); }
2020
.hover-silver:hover,
2121
.hover-silver:focus { color: var(--silver); }
22-
.hover-light-silver:hover,
22+
.hover-light-silver:hover,
2323
.hover-light-silver:focus { color: var(--light-silver); }
2424
.hover-moon-gray:hover,
2525
.hover-moon-gray:focus { color: var(--moon-gray); }
@@ -37,7 +37,7 @@
3737
.hover-bg-dark-gray:hover,
3838
.hover-bg-dark-gray:focus { background-color: var(--dark-gray); }
3939
.hover-bg-dark-gray:focus,
40-
.focus-bg-mid-gray:hover { background-color: var(--mid-gray); }
40+
.hover-bg-mid-gray:hover { background-color: var(--mid-gray); }
4141
.hover-bg-gray:hover,
4242
.hover-bg-gray:focus { background-color: var(--gray); }
4343
.hover-bg-silver:hover,

0 commit comments

Comments
 (0)