You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-06 10:22:45 +03:00
css url paths are relative to location of compiled file, not project structure
This commit is contained in:
@@ -125,7 +125,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_RoomView_messagePanelSearchSpinner:before {
|
.mx_RoomView_messagePanelSearchSpinner:before {
|
||||||
background-color: $greyed-fg-color;
|
background-color: $greyed-fg-color;
|
||||||
mask: url('../../../img/feather-icons/search-input.svg');
|
mask: url('../../img/feather-icons/search-input.svg');
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
mask-size: 50px;
|
mask-size: 50px;
|
||||||
|
@@ -32,7 +32,7 @@ limitations under the License.
|
|||||||
width: 37px;
|
width: 37px;
|
||||||
height: 37px;
|
height: 37px;
|
||||||
background-color: $accent-color;
|
background-color: $accent-color;
|
||||||
mask: url('../../../img/feather-icons/search-input.svg');
|
mask: url('../../img/feather-icons/search-input.svg');
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
}
|
}
|
||||||
@@ -55,7 +55,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_SearchBar_cancel {
|
.mx_SearchBar_cancel {
|
||||||
background-color: $warning-color;
|
background-color: $warning-color;
|
||||||
mask: url('../../../img/cancel.svg');
|
mask: url('../../img/cancel.svg');
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
mask-size: 14px;
|
mask-size: 14px;
|
||||||
|
Reference in New Issue
Block a user