@seafile/seafile-calendar 1.0.9 → 1.0.10

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/assets/index.css CHANGED
@@ -83,23 +83,22 @@
83
83
  overflow: hidden;
84
84
  width: 20px;
85
85
  height: 20px;
86
- text-align: center;
87
- line-height: 20px;
88
86
  top: 6px;
89
87
  margin: 0;
88
+ display: -ms-flexbox;
89
+ display: flex;
90
+ -ms-flex-pack: center;
91
+ justify-content: center;
92
+ -ms-flex-align: center;
93
+ align-items: center;
90
94
  }
91
- .rc-calendar-clear-btn:after {
92
- content: 'x';
93
- font-size: 12px;
94
- color: #aaa;
95
- display: inline-block;
96
- line-height: 1;
97
- width: 20px;
98
- transition: color 0.3s ease;
99
- }
100
- .rc-calendar-clear-btn:hover:after {
95
+ .rc-calendar-clear-btn svg {
101
96
  color: #666;
102
97
  }
98
+ .rc-calendar-clear-btn:hover {
99
+ background-color: rgba(0, 0, 0, 0.04);
100
+ border-radius: 4px;
101
+ }
103
102
  .rc-calendar-picker {
104
103
  position: absolute;
105
104
  left: -9999px;