mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:18:06 +08:00
fixing the remnant borders left on the header buttons
This commit is contained in:
parent
eb2f04d458
commit
81b5b6de0e
|
@ -48,7 +48,8 @@
|
|||
a {
|
||||
color: $secondary_text_color;
|
||||
font-size: 14px;
|
||||
line-height: 40px;
|
||||
display:block;
|
||||
margin-top: 10px;
|
||||
}
|
||||
button {
|
||||
margin-top: 9px;
|
||||
|
@ -68,16 +69,17 @@
|
|||
color: $nav-button-color;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
border-top: 1px solid $tertiary_border_color;
|
||||
border-left: 1px solid $tertiary_border_color;
|
||||
border-right: 1px solid $tertiary_border_color;
|
||||
border-top: 1px solid transparent;
|
||||
border-left: 1px solid transparent;
|
||||
border-right: 1px solid transparent;
|
||||
|
||||
|
||||
&:hover {
|
||||
color: $nav-button-color-hover;
|
||||
background-color: $nav-button-background-color-hover;
|
||||
border-top: 1px solid $primary_border_color;
|
||||
border-left: 1px solid $primary_border_color;
|
||||
border-right: 1px solid $primary_border_color;
|
||||
border-top: 1px solid transparent;
|
||||
border-left: 1px solid transparent;
|
||||
border-right: 1px solid transparent;
|
||||
}
|
||||
&:active {
|
||||
color: $nav-button-color-active;
|
||||
|
@ -156,7 +158,6 @@
|
|||
top: 100%;
|
||||
right: 0;
|
||||
z-index: 1100;
|
||||
margin-top: -1px;
|
||||
border: 1px solid $primary_border_color;
|
||||
background-color: $primary_background_color;
|
||||
@include box-shadow(0 2px 2px rgba($primary_shadow_color, .4));
|
||||
|
@ -237,7 +238,7 @@
|
|||
}
|
||||
|
||||
&#user-dropdown {
|
||||
width: 116px;
|
||||
width: 118px;
|
||||
.user-dropdown-links {
|
||||
text-align: right;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user