summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornana-4 <hnmaigo@gmail.com>2020-09-01 22:31:44 +0900
committernana-4 <hnmaigo@gmail.com>2020-09-05 23:13:24 +0900
commit12afc10ec35f54a00ee63e865417590f43087e16 (patch)
tree030dca18c4a25f21fc0f0eae3c99c5d89b90928d
parent2f70279f85d91ad91f38ed24fe9837530b62a07b (diff)
downloadgtk+-12afc10ec35f54a00ee63e865417590f43087e16.tar.gz
Revert "Adwaita: rich-list styling"
This reverts commit 2f0a4c7128ac31541c830b7ed223ce6417964bff. It seems the commit was accidentally added when 768e24afc1fc5ba1bdf63a3d438f66524b3b2e92 was manually merged and pushed.
-rw-r--r--gtk/theme/Adwaita/_common.scss9
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index d68bde436e..9b10702bd4 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3092,15 +3092,6 @@ list {
}
}
-.rich-list { /* rich lists usually containing other widgets than just labels/text */
- & > row {
- padding: 6px;
- & > box {
- margin: 12px;
- }
- }
-}
-
row {
transition: all 150ms $ease-out-quad;