Kaynağa Gözat

Fix border-bottom of active tab bars (#11068)

master^2
ThibG 5 yıl önce
committed by Eugen Rochko
ebeveyn
işleme
faafc3ae25
1 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. +5
    -5
      app/javascript/styles/mastodon/components.scss

+ 5
- 5
app/javascript/styles/mastodon/components.scss Dosyayı Görüntüle

@@ -1965,11 +1965,6 @@ a.account__display-name {
font-size: 16px;
}

&.active {
border-bottom: 2px solid $highlight-text-color;
color: $highlight-text-color;
}

&:hover,
&:focus,
&:active {
@@ -1979,6 +1974,11 @@ a.account__display-name {
}
}

&.active {
border-bottom: 2px solid $highlight-text-color;
color: $highlight-text-color;
}

span {
margin-left: 5px;
display: none;


Yükleniyor…
İptal
Kaydet