mirror of
https://github.com/mue/mue.git
synced 2026-07-18 14:34:12 +02:00
cleanup
This commit is contained in:
@@ -38,13 +38,8 @@ button.tablinks {
|
||||
}
|
||||
|
||||
|
||||
#active:after {
|
||||
content: '';
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
width: 50%;
|
||||
padding-top: 10px;
|
||||
border-bottom: 3px solid map-get($modal, 'tab-underline-active');
|
||||
.active:after {
|
||||
border-bottom: 3px solid map-get($modal, 'tab-underline-active') !important;
|
||||
}
|
||||
|
||||
.dark {
|
||||
@@ -53,7 +48,7 @@ button.tablinks {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#active:after {
|
||||
.active:after {
|
||||
border-image-slice: 1;
|
||||
border-image-source: map-get($theme-colours, 'gradient');
|
||||
border-bottom: 3px solid;
|
||||
|
||||
Reference in New Issue
Block a user