-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28b360f
commit 5ae2b74
Showing
2 changed files
with
45 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +0,0 @@ | ||
button.xkit-quote-replies { | ||
position: relative; | ||
align-self: center; | ||
transform: translateY(-2px); | ||
|
||
display: inline-flex; | ||
align-items: center; | ||
margin: 0 6px; | ||
|
||
cursor: pointer; | ||
} | ||
|
||
button.xkit-quote-replies svg { | ||
width: 21.5px; | ||
height: 21.5px; | ||
|
||
fill: rgb(var(--blue)); | ||
transition: all .25s ease-out .4s; | ||
} | ||
|
||
button.xkit-quote-replies:disabled svg { | ||
fill: rgba(var(--black), 0.65); | ||
transition-property: none; | ||
} | ||
|
||
button.xkit-quote-replies-dropdown { | ||
align-self: flex-start; | ||
margin: 10px 0 0; | ||
} | ||
|
||
@media (hover: hover) { | ||
button.xkit-quote-replies svg { | ||
opacity: 0; | ||
transform: scale(0); | ||
} | ||
|
||
/* temporary. this probably needs keyToCss */ | ||
[aria-label="Notification"]:is(:hover, :focus-within) button.xkit-quote-replies svg, | ||
[aria-label="Notification"]:is(:hover, :focus-within) + div button.xkit-quote-replies svg { | ||
opacity: 1; | ||
transform: scale(1); | ||
} | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters