Skip to content

Commit f17d047

Browse files
committed
refactor(dropdowns): remove temp css fix
1 parent d6d46f5 commit f17d047

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## [angular](./README.md) version `changelog`
22

33
###### `v2.2.4`
4+
- refactor(dropdowns): remove temp css fix
45
- refactor(_nav.ts): NavData interface add semicolons
56
- update: `@angular/animations` to `^7.2.1`
67
- update: `@angular/common` to `^7.2.1`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.dropup .dropdown-menu {
2-
transform: none!important;
2+
/*transform: none!important;*/
33
}

0 commit comments

Comments
 (0)