mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Remove tab styles from legacy stylesheet
This commit is contained in:
parent
82eea479e8
commit
660aa20dad
@ -612,34 +612,6 @@ body.cms {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* SilverStripe 4 tabs.
|
||||
* Tab styles built on top of Bootstrap 4 tab functionality
|
||||
*/
|
||||
|
||||
.nav-tabs {
|
||||
margin-bottom: 20px;
|
||||
|
||||
.nav-item {
|
||||
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
margin-right: 4px;
|
||||
color: $body-color-light;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
&.active,
|
||||
&.active:hover {
|
||||
border-bottom: 2px solid $body-color;
|
||||
color: $body-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Primary styles which sit on top of screen, with different tab colors.
|
||||
|
Loading…
Reference in New Issue
Block a user