We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84699ce commit 7110eabCopy full SHA for 7110eab
src/components/MdField/MdSelect/MdSelect.vue
@@ -6,6 +6,7 @@
6
:md-active.sync="showSelect"
7
:md-offset-x="offset.x"
8
:md-offset-y="offset.y"
9
+ :md-dense="mdDense"
10
@md-opened="onOpen"
11
@md-closed="onClose">
12
<md-input
@@ -31,7 +32,6 @@
31
32
ref="menu"
33
class="md-select-menu"
34
:md-content-class="mdClass"
- :md-list-class="mdDense && 'md-dense'"
35
:style="menuStyles"
36
:id="uniqueId">
37
<slot />
@@ -320,10 +320,6 @@
320
.md-list {
321
transition: opacity .3s $md-transition-drop-timing;
322
}
323
-
324
- .md-dense .md-ripple.md-list-item-content {
325
- font-size: 14px;
326
- }
327
328
329
</style>
0 commit comments