Skip to content

Commit 0189cbd

Browse files
authored
Merge pull request #3 from worksolutions/add_style_aliases
Добавлен алиас для дефолтного курсора
2 parents 74b68e4 + 440c9c1 commit 0189cbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/shared/ui/styles/aliases.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
height: auto;
2323
}
2424

25+
.defaultCursor{
26+
cursor: default;
27+
}
28+
2529
.heightHack {
2630
height: 0;
2731
flex: 1;

0 commit comments

Comments
 (0)