@react-md/core 6.2.0 → 6.2.1
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/dist/_base.scss
CHANGED
package/dist/form/_select.scss
CHANGED
|
@@ -161,7 +161,7 @@ $option-selected-icon-spacing: $option-padding-left !default;
|
|
|
161
161
|
@mixin select-styles($disable-layer: false) {
|
|
162
162
|
@include utils.optional-layer(select, $disable-layer) {
|
|
163
163
|
.rmd-select-container {
|
|
164
|
-
outline
|
|
164
|
+
outline: 0;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
.rmd-selected-option {
|
package/dist/form/_slider.scss
CHANGED
package/dist/tree/_tree.scss
CHANGED
|
@@ -134,7 +134,7 @@ $item-padding: calc(
|
|
|
134
134
|
.rmd-tree {
|
|
135
135
|
display: block;
|
|
136
136
|
height: 100%;
|
|
137
|
-
outline
|
|
137
|
+
outline: 0;
|
|
138
138
|
overflow: auto;
|
|
139
139
|
// this is mostly for firefox. moving the mouse even 1px while clicking will
|
|
140
140
|
// select the current item and all items to the tree root
|