rk-web-core 0.12.16 → 0.12.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rk-web-core",
3
3
  "description": "iep core utils",
4
- "version": "0.12.16",
4
+ "version": "0.12.17",
5
5
  "author": "",
6
6
  "main": "rk-web-core.js",
7
7
  "scripts": {
package/rk-web-core.css CHANGED
@@ -1989,10 +1989,21 @@ html {
1989
1989
  transform: skewX(-16deg);
1990
1990
  border-radius: 6px;
1991
1991
  }
1992
+ .rk-web-core-nav-park .rk-web-core-nav-item-active span {
1993
+ color: #fff !important;
1994
+ }
1992
1995
  .rk-web-core-nav-park .rk-web-core-nav-item-active::before {
1993
1996
  content: '';
1994
- background: transparent;
1995
- box-shadow: none;
1997
+ background: transparent !important;
1998
+ box-shadow: none !important;
1999
+ }
2000
+ .rk-web-core-nav-park .rk-web-core-nav-item:hover {
2001
+ color: var(--antd-wave-shadow-color) !important;
2002
+ }
2003
+ .rk-web-core-nav-park .rk-web-core-nav-item:hover::before {
2004
+ content: '';
2005
+ background: transparent !important;
2006
+ box-shadow: none !important;
1996
2007
  }
1997
2008
  .rk-web-core-nav-light .rk-web-core-icon {
1998
2009
  display: none;