forked from AuroraMiddleware/gtk
Adwaita: relocate a selector
relocate treview acceleditor > label in the treeview section and add a comment for a testcase.
This commit is contained in:
parent
0f116135f4
commit
5f5a02f3e5
@ -420,10 +420,6 @@ entry {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
treeview acceleditor > label {
|
|
||||||
background-color: $selected_bg_color;
|
|
||||||
}
|
|
||||||
|
|
||||||
treeview entry {
|
treeview entry {
|
||||||
&:focus {
|
&:focus {
|
||||||
&:dir(rtl), &:dir(ltr) { // specificity bump hack
|
&:dir(rtl), &:dir(ltr) { // specificity bump hack
|
||||||
@ -1814,6 +1810,8 @@ treeview.view {
|
|||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
acceleditor > label { background-color: $selected_bg_color; } // see tests/testaccel to test
|
||||||
}
|
}
|
||||||
|
|
||||||
%column_header_button {
|
%column_header_button {
|
||||||
|
@ -400,9 +400,6 @@ entry:drop(active):not(:only-child) + button,
|
|||||||
entry:drop(active):not(:only-child) + combobox > box > button.combo {
|
entry:drop(active):not(:only-child) + combobox > box > button.combo {
|
||||||
border-top-color: #4e9a06; }
|
border-top-color: #4e9a06; }
|
||||||
|
|
||||||
treeview acceleditor > label {
|
|
||||||
background-color: #215d9c; }
|
|
||||||
|
|
||||||
treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) {
|
treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) {
|
||||||
background-color: #232729;
|
background-color: #232729;
|
||||||
transition-property: color, background; }
|
transition-property: color, background; }
|
||||||
@ -2220,6 +2217,8 @@ treeview.view {
|
|||||||
box-shadow: inset 0 0 0 1px #232729;
|
box-shadow: inset 0 0 0 1px #232729;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
transition: none; }
|
transition: none; }
|
||||||
|
treeview.view acceleditor > label {
|
||||||
|
background-color: #215d9c; }
|
||||||
|
|
||||||
treeview.view header button, treeview.view header button:hover, treeview.view header button:active {
|
treeview.view header button, treeview.view header button:hover, treeview.view header button:active {
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
|
@ -400,9 +400,6 @@ entry:drop(active):not(:only-child) + button,
|
|||||||
entry:drop(active):not(:only-child) + combobox > box > button.combo {
|
entry:drop(active):not(:only-child) + combobox > box > button.combo {
|
||||||
border-top-color: #4e9a06; }
|
border-top-color: #4e9a06; }
|
||||||
|
|
||||||
treeview acceleditor > label {
|
|
||||||
background-color: #4a90d9; }
|
|
||||||
|
|
||||||
treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) {
|
treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
transition-property: color, background; }
|
transition-property: color, background; }
|
||||||
@ -2233,6 +2230,8 @@ treeview.view {
|
|||||||
box-shadow: inset 0 0 0 1px #ffffff;
|
box-shadow: inset 0 0 0 1px #ffffff;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
transition: none; }
|
transition: none; }
|
||||||
|
treeview.view acceleditor > label {
|
||||||
|
background-color: #4a90d9; }
|
||||||
|
|
||||||
treeview.view header button, treeview.view header button:hover, treeview.view header button:active {
|
treeview.view header button, treeview.view header button:hover, treeview.view header button:active {
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
|
Loading…
Reference in New Issue
Block a user