mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Fix drag highlighting issue
This commit is contained in:
@@ -408,9 +408,9 @@ button {
|
||||
padding-right: 8px; }
|
||||
combobox:drop(active) button.combo, notebook > header > tabs > arrow:drop(active),
|
||||
button:drop(active) {
|
||||
color: #4e9a06;
|
||||
border-color: #4e9a06;
|
||||
box-shadow: inset 0 0 0 1px #4e9a06; }
|
||||
color: #71f79f;
|
||||
border-color: #71f79f;
|
||||
box-shadow: inset 0 0 0 1px #71f79f; }
|
||||
|
||||
row:selected
|
||||
button {
|
||||
@@ -1618,11 +1618,11 @@ colorswatch.light overlay {
|
||||
colorswatch:drop(active) {
|
||||
box-shadow: none; }
|
||||
colorswatch:drop(active).light overlay {
|
||||
border-color: #4e9a06;
|
||||
box-shadow: inset 0 0 0 2px #3d7805, inset 0 0 0 1px #4e9a06; }
|
||||
border-color: #71f79f;
|
||||
box-shadow: inset 0 0 0 2px #4ff588, inset 0 0 0 1px #71f79f; }
|
||||
colorswatch:drop(active).dark overlay {
|
||||
border-color: #4e9a06;
|
||||
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px #4e9a06; }
|
||||
border-color: #71f79f;
|
||||
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px #71f79f; }
|
||||
|
||||
colorswatch overlay {
|
||||
box-shadow: inset 0 2px 2px -3px rgba(0, 0, 0, 0.7);
|
||||
@@ -1851,8 +1851,8 @@ entry {
|
||||
spinbutton:drop(active):focus:not(.vertical), spinbutton:drop(active):not(.vertical),
|
||||
entry:drop(active):focus,
|
||||
entry:drop(active) {
|
||||
border-color: #4e9a06;
|
||||
box-shadow: inset 0 0 0 1px #4e9a06; }
|
||||
border-color: #71f79f;
|
||||
box-shadow: inset 0 0 0 1px #71f79f; }
|
||||
.osd spinbutton:not(.vertical), .osd
|
||||
entry {
|
||||
color: white;
|
||||
@@ -1926,7 +1926,7 @@ entry:drop(active) + button,
|
||||
entry:drop(active) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + entry, .linked:not(.vertical) >
|
||||
entry:drop(active) +
|
||||
entry {
|
||||
border-left-color: #4e9a06; }
|
||||
border-left-color: #71f79f; }
|
||||
|
||||
.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled),
|
||||
.linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical), .linked.vertical >
|
||||
@@ -1957,7 +1957,7 @@ entry + entry:focus:not(:only-child) {
|
||||
.linked.vertical > spinbutton:not(.vertical) + entry:drop(active):not(:only-child), .linked.vertical > entry + spinbutton:drop(active):not(:only-child):not(.vertical),
|
||||
.linked.vertical >
|
||||
entry + entry:drop(active):not(:only-child) {
|
||||
border-top-color: #4e9a06; }
|
||||
border-top-color: #71f79f; }
|
||||
|
||||
.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + spinbutton:not(.vertical),
|
||||
.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + entry,
|
||||
@@ -1981,7 +1981,7 @@ entry:drop(active):not(:only-child) + entry,
|
||||
entry:drop(active):not(:only-child) + button,
|
||||
.linked.vertical >
|
||||
entry:drop(active):not(:only-child) + combobox > box > button.combo {
|
||||
border-top-color: #4e9a06; }
|
||||
border-top-color: #71f79f; }
|
||||
|
||||
treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) {
|
||||
background-color: #ebf0f5;
|
||||
@@ -4109,6 +4109,16 @@ placessidebar.sidebar {
|
||||
placessidebar.sidebar row.sidebar-row:selected .sidebar-icon {
|
||||
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.8);
|
||||
color: inherit; }
|
||||
placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row label, placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
|
||||
color: #f9dc5c; }
|
||||
placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) {
|
||||
box-shadow: inset 0 1px #71f79f, inset 0 -1px #71f79f; }
|
||||
placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) image {
|
||||
color: #71f79f; }
|
||||
placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected {
|
||||
background: #71f79f; }
|
||||
placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected image {
|
||||
color: #fefefe; }
|
||||
|
||||
placessidebar list {
|
||||
background-color: transparent; }
|
||||
|
||||
Reference in New Issue
Block a user