提交 55890743 编写于 作者: A Annabel Dunstone Gray

Merge branch '26202-change-dropdown-style-slightly' into 'master'

Changed dropdown style slightly

Closes #26202

See merge request !9747
......@@ -159,12 +159,12 @@
li {
text-align: left;
list-style: none;
padding: 0 8px;
padding: 0 10px;
}
.divider {
height: 1px;
margin: 8px;
margin: 6px 10px;
padding: 0;
background-color: $dropdown-divider-color;
}
......@@ -181,7 +181,7 @@
display: block;
position: relative;
padding: 5px 8px;
color: $dropdown-link-color;
color: $gl-text-color;
line-height: initial;
text-overflow: ellipsis;
border-radius: 2px;
......@@ -218,11 +218,12 @@
}
.dropdown-header {
color: $gl-text-color-secondary;
color: $gl-text-color;
font-size: 13px;
font-weight: 600;
line-height: 22px;
text-transform: capitalize;
padding: 0 10px;
padding: 0 16px;
}
.separator + .dropdown-header {
......@@ -325,14 +326,17 @@
.dropdown-menu-selectable {
a {
padding-left: 25px;
padding-left: 26px;
&.is-indeterminate,
&.is-active {
font-weight: 600;
color: $gl-text-color;
&::before {
position: absolute;
left: 5px;
top: 8px;
left: 6px;
top: 6px;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
......@@ -354,7 +358,7 @@
.dropdown-title {
position: relative;
padding: 0 25px 10px;
padding: 2px 25px 10px;
margin: 0 10px 10px;
font-weight: 600;
line-height: 1;
......@@ -384,7 +388,7 @@
right: 5px;
width: 20px;
height: 20px;
top: -3px;
top: -1px;
}
.dropdown-menu-back {
......
---
title: Changed dropdown style slightly
merge_request:
author:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册