tntd 3.0.34-beta.2 → 3.0.34-beta.3

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.
@@ -1766,8 +1766,9 @@
1766
1766
  }
1767
1767
 
1768
1768
  .tntd-rc-select{
1769
- &:active{
1770
- border-color: @blue-5;
1771
- box-shadow: 0 0 0 2px fade(@blue-6, 20);
1769
+ &:hover{
1770
+ .tntd-rc-select-arrow{
1771
+ color: @text-color;
1772
+ }
1772
1773
  }
1773
1774
  }
@@ -1766,8 +1766,9 @@
1766
1766
  }
1767
1767
 
1768
1768
  .tntd-rc-select{
1769
- &:active{
1770
- border-color: @blue-5;
1771
- box-shadow: 0 0 0 2px fade(@blue-6, 20);
1769
+ &:hover{
1770
+ .tntd-rc-select-arrow{
1771
+ color: @text-color;
1772
+ }
1772
1773
  }
1773
1774
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tntd",
3
- "version": "3.0.34-beta.2",
3
+ "version": "3.0.34-beta.3",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "heft start --storybook",
@@ -114,4 +114,4 @@
114
114
  "main": "lib/index.js",
115
115
  "module": "es/index.js",
116
116
  "typings": "lib/index.d.ts"
117
- }
117
+ }