mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-22 05:11:55 +01:00
Spoilers: Several fixes
This commit is contained in:
parent
46d214f854
commit
22401f5490
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
@ -1,6 +1,10 @@
|
||||
.Spoiler {
|
||||
transition: color 250ms ease;
|
||||
|
||||
.text-entity-link {
|
||||
transition: color 250ms ease;
|
||||
}
|
||||
|
||||
&:not(.is-revealed) {
|
||||
cursor: pointer;
|
||||
color: transparent;
|
||||
@ -11,9 +15,16 @@
|
||||
&.animate {
|
||||
animation: pulse-opacity-light 1.75s linear infinite;
|
||||
}
|
||||
|
||||
.text-entity-link {
|
||||
color: transparent !important;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
html.theme-dark &:not(.is-revealed), html.theme-light .ListItem.selected &:not(.is-revealed) {
|
||||
html.theme-dark &:not(.is-revealed),
|
||||
html.theme-light .ListItem.selected &:not(.is-revealed),
|
||||
html.theme-light .ActionMessage &:not(.is-revealed) {
|
||||
background-image: url('../../../assets/spoiler-dots-white.png');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user