|
22 | 22 | } |
23 | 23 |
|
24 | 24 | .str-chat__gallery { |
25 | | - --str-chat__gallery-action-button-color: rgba(255, 255, 255, 0.88); |
26 | | - --str-chat__gallery-action-button-hover-color: #ffffff; |
27 | | - --str-chat__gallery-action-button-hover-background: rgba(255, 255, 255, 0.14); |
28 | | - --str-chat__gallery-action-button-active-background: rgba(255, 255, 255, 0.2); |
29 | 25 | --str-chat__gallery-foreground: var(--text-on-accent); |
30 | | - --str-chat__gallery-muted-foreground: rgba(255, 255, 255, 0.72); |
31 | 26 | --str-chat__gallery-nav-border: none; |
32 | 27 | --str-chat__gallery-nav-background: rgba(255, 255, 255, 0.92); |
33 | 28 | --str-chat__gallery-nav-color: #101828; |
|
82 | 77 | .str-chat__gallery__timestamp { |
83 | 78 | display: block; |
84 | 79 | margin-top: 2px; |
85 | | - color: var(--str-chat__gallery-muted-foreground); |
| 80 | + color: rgba(255, 255, 255, 0.72); |
86 | 81 | font: var(--str-chat__font-metadata-default); |
87 | 82 | } |
88 | 83 |
|
|
105 | 100 | border-radius: var(--radius-max); |
106 | 101 | border: 0; |
107 | 102 | background-color: transparent; |
108 | | - color: var(--str-chat__gallery-action-button-color); |
| 103 | + color: rgba(255, 255, 255, 0.88); |
109 | 104 | text-decoration: none; |
110 | 105 | opacity: 0.92; |
111 | 106 |
|
|
117 | 112 | } |
118 | 113 |
|
119 | 114 | &:hover { |
120 | | - background-color: var(--str-chat__gallery-action-button-hover-background); |
121 | | - color: var(--str-chat__gallery-action-button-hover-color); |
| 115 | + background-color: rgba(255, 255, 255, 0.14); |
| 116 | + color: #ffffff; |
122 | 117 | opacity: 1; |
123 | 118 | } |
124 | 119 |
|
125 | 120 | &:active { |
126 | | - background-color: var(--str-chat__gallery-action-button-active-background); |
| 121 | + background-color: rgba(255, 255, 255, 0.2); |
127 | 122 | } |
128 | 123 |
|
129 | 124 | &:focus-visible { |
|
0 commit comments