only set tab-title min size if tab-title is empty

This commit is contained in:
Mads Rasmussen
2015-06-16 14:19:45 +02:00
parent 28ae5a6ac4
commit f5b4bd4274

View File

@@ -90,7 +90,6 @@
.tab-title-input {
border-color: transparent;
background: transparent;
min-width: 80px;
font-weight: bold;
color: #515151;
margin-bottom: 0;
@@ -100,6 +99,7 @@
}
&.tab-title-placeholder {
border: 1px dashed #979797 !important;
min-width: 110px;
}
}
.tab-title-text {