Revert "add .progress-tabs for progress-tabs"
This reverts commit 1f578fbef0
.
This commit is contained in:
parent
1f578fbef0
commit
2d80ae6653
2 changed files with 1 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="hero-unit">
|
||||
<h1><%- @T( 'Getting started!' ) %><small></small></h1>
|
||||
<ol class="horizontal tabs progress-tabs tabs-condensed">
|
||||
<ol class="horizontal tabs tabs-condensed">
|
||||
<li class="tab contain-text active"><%- @T( 'Create Admin' ) %></li>
|
||||
<li class="tab contain-text"><%- @T( 'Invite Agents' ) %></li>
|
||||
<li class="tab contain-text"><%- @T( 'Configure Channels' ) %></li>
|
||||
|
|
|
@ -598,10 +598,6 @@ ol.tabs li {
|
|||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.progress-tabs .tab {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.tab {
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
|
@ -614,7 +610,6 @@ ol.tabs li {
|
|||
color: white;
|
||||
background: #444a4f;
|
||||
}
|
||||
|
||||
.tab:first-child {
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
|
@ -624,7 +619,6 @@ ol.tabs li {
|
|||
border-right: none;
|
||||
}
|
||||
|
||||
|
||||
.contain-text {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue