toggle-components-library 1.25.16 → 1.25.18

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.
@@ -77,7 +77,6 @@ table.toggle-table {
77
77
 
78
78
  background: url(/img/icons/arrow-down-blue-tiny.svg) center right no-repeat;
79
79
  background-size: 15px;
80
- width: 100px;
81
80
  padding : 0.5rem 0rem 0.5rem 1rem;
82
81
  }
83
82
  }
@@ -132,6 +131,15 @@ table.toggle-table {
132
131
  border-bottom-right-radius: 10px;
133
132
  }
134
133
 
134
+ td.toggle-tablee-td {
135
+ .toggle-button {
136
+ &.neutral {
137
+ padding: 0.2rem 0.9rem 0.2rem 0.9rem;
138
+ }
139
+ }
140
+ }
141
+
142
+
135
143
  }
136
144
 
137
145
  }