Bladeren bron

Remove: Show cog wheel icon on hover in the settings (#3831)

* Theme: Alternative-Dark

* Theme: Ansum

* Theme: base

* Theme: BlueLagoon

* Theme: Dark

* Theme: Flat

* Theme: Mapco

* Theme: Origine-compact

* Theme: Origine

* Theme: Pafat

* Theme: Scewdriver

* Theme: Swage

* Minor whitespace

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
maTh 4 jaren geleden
bovenliggende
commit
c263956397

+ 0 - 15
p/themes/Alternative-Dark/adark.css

@@ -470,16 +470,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1108,11 +1098,6 @@ a.btn {
 		text-align: left;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		box-shadow: 3px 0 3px #aaa;
 		transition: width 200ms linear;

+ 0 - 15
p/themes/Alternative-Dark/adark.rtl.css

@@ -470,16 +470,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1108,11 +1098,6 @@ a.btn {
 		text-align: right;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		box-shadow: -3px 0 3px #aaa;
 		transition: width 200ms linear;

+ 0 - 9
p/themes/Ansum/_components.scss

@@ -233,7 +233,6 @@
 				width: 1.75rem;
 				height: 1.75rem;
 				border-radius: 2px;
-				visibility: visible;
 				margin-right: 0.5rem;
 
 				.icon {
@@ -248,10 +247,6 @@
 			}
 		}
 
-		.configure {
-			visibility: hidden;
-		}
-
 		form {
 			input {
 				width: 85%;
@@ -296,7 +291,6 @@
 				width: 1.75rem;
 				height: 1.75rem;
 				border-radius: 2px;
-				visibility: hidden;
 				margin-right: 0.5rem;
 
 				.icon {
@@ -311,9 +305,6 @@
 				}
 			}
 
-			&:hover .configure {
-				visibility: visible;
-			}
 		}
 
 		.item:last-child {

+ 0 - 5
p/themes/Ansum/_mobile.scss

@@ -41,11 +41,6 @@
 		text-align: left;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 
 		@include transition(all, 0.2s, ease-in-out);

+ 0 - 13
p/themes/Ansum/ansum.css

@@ -402,7 +402,6 @@ form th {
 	width: 1.75rem;
 	height: 1.75rem;
 	border-radius: 2px;
-	visibility: visible;
 	margin-right: 0.5rem;
 }
 .box .box-title:hover .configure .icon {
@@ -413,9 +412,6 @@ form th {
 .box .box-title:hover .configure:hover {
 	background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227;
 }
-.box .box-title .configure {
-	visibility: hidden;
-}
 .box .box-title form input {
 	width: 85%;
 }
@@ -449,7 +445,6 @@ form th {
 	width: 1.75rem;
 	height: 1.75rem;
 	border-radius: 2px;
-	visibility: hidden;
 	margin-right: 0.5rem;
 }
 .box .box-content .item .configure .icon {
@@ -460,9 +455,6 @@ form th {
 .box .box-content .item .configure:hover {
 	background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227;
 }
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
 .box .box-content .item:last-child {
 	border-bottom: none;
 }
@@ -1477,11 +1469,6 @@ form th {
 		text-align: left;
 	}
 
-	.box .box-title .configure,
-.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		-webkit-transition: all 0.2s ease-in-out;
 		-moz-transition: all 0.2s ease-in-out;

+ 0 - 13
p/themes/Ansum/ansum.rtl.css

@@ -402,7 +402,6 @@ form th {
 	width: 1.75rem;
 	height: 1.75rem;
 	border-radius: 2px;
-	visibility: visible;
 	margin-left: 0.5rem;
 }
 .box .box-title:hover .configure .icon {
@@ -413,9 +412,6 @@ form th {
 .box .box-title:hover .configure:hover {
 	background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227;
 }
-.box .box-title .configure {
-	visibility: hidden;
-}
 .box .box-title form input {
 	width: 85%;
 }
@@ -449,7 +445,6 @@ form th {
 	width: 1.75rem;
 	height: 1.75rem;
 	border-radius: 2px;
-	visibility: hidden;
 	margin-left: 0.5rem;
 }
 .box .box-content .item .configure .icon {
@@ -460,9 +455,6 @@ form th {
 .box .box-content .item .configure:hover {
 	background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227;
 }
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
 .box .box-content .item:last-child {
 	border-bottom: none;
 }
@@ -1477,11 +1469,6 @@ form th {
 		text-align: right;
 	}
 
-	.box .box-title .configure,
-.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		-webkit-transition: all 0.2s ease-in-out;
 		-moz-transition: all 0.2s ease-in-out;

+ 0 - 15
p/themes/BlueLagoon/BlueLagoon.css

@@ -547,16 +547,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1270,11 +1260,6 @@ a.btn {
 		text-align: left;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.header {
 		display: table;
 	}

+ 0 - 15
p/themes/BlueLagoon/BlueLagoon.rtl.css

@@ -547,16 +547,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1270,11 +1260,6 @@ a.btn {
 		text-align: right;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.header {
 		display: table;
 	}

+ 0 - 15
p/themes/Dark/dark.css

@@ -499,16 +499,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1136,11 +1126,6 @@ a.btn {
 		text-align: left;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		transition: width 200ms linear;
 	}

+ 0 - 15
p/themes/Dark/dark.rtl.css

@@ -499,16 +499,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1136,11 +1126,6 @@ a.btn {
 		text-align: right;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		transition: width 200ms linear;
 	}

+ 0 - 15
p/themes/Flat/flat.css

@@ -500,11 +500,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
 .box .box-title .configure .icon,
 .box .box-content .item .configure .icon {
 	vertical-align: middle;
@@ -512,11 +507,6 @@ a.btn {
 	border-radius: 3px;
 }
 
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1124,11 +1114,6 @@ a.btn {
 		text-align: left;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		transition: width 200ms linear;
 	}

+ 0 - 15
p/themes/Flat/flat.rtl.css

@@ -500,11 +500,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
 .box .box-title .configure .icon,
 .box .box-content .item .configure .icon {
 	vertical-align: middle;
@@ -512,11 +507,6 @@ a.btn {
 	border-radius: 3px;
 }
 
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1124,11 +1114,6 @@ a.btn {
 		text-align: right;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		transition: width 200ms linear;
 	}

+ 0 - 8
p/themes/Mapco/_components.scss

@@ -233,7 +233,6 @@
 				width: 1.75rem;
 				height: 1.75rem;
 				border-radius: 2px;
-				visibility: visible;
 				margin-right: 0.5rem;
 
 				.icon {
@@ -248,9 +247,6 @@
 			}
 		}
 
-		.configure {
-			visibility: hidden;
-		}
 
 		form {
 			input {
@@ -296,7 +292,6 @@
 				width: 1.75rem;
 				height: 1.75rem;
 				border-radius: 2px;
-				visibility: hidden;
 				margin-right: 0.5rem;
 
 				.icon {
@@ -311,9 +306,6 @@
 				}
 			}
 
-			&:hover .configure {
-				visibility: visible;
-			}
 		}
 
 		.item:last-child {

+ 0 - 5
p/themes/Mapco/_mobile.scss

@@ -40,11 +40,6 @@
 		text-align: left;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 
 		@include transition(all, 0.2s, ease-in-out);

+ 0 - 13
p/themes/Mapco/mapco.css

@@ -404,7 +404,6 @@ form th {
 	width: 1.75rem;
 	height: 1.75rem;
 	border-radius: 2px;
-	visibility: visible;
 	margin-right: 0.5rem;
 }
 .box .box-title:hover .configure .icon {
@@ -415,9 +414,6 @@ form th {
 .box .box-title:hover .configure:hover {
 	background: url("icons/cog-white.svg") no-repeat 4px 4px #36c;
 }
-.box .box-title .configure {
-	visibility: hidden;
-}
 .box .box-title form input {
 	width: 85%;
 }
@@ -451,7 +447,6 @@ form th {
 	width: 1.75rem;
 	height: 1.75rem;
 	border-radius: 2px;
-	visibility: hidden;
 	margin-right: 0.5rem;
 }
 .box .box-content .item .configure .icon {
@@ -462,9 +457,6 @@ form th {
 .box .box-content .item .configure:hover {
 	background: url("icons/cog-white.svg") no-repeat 4px 4px #36c;
 }
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
 .box .box-content .item:last-child {
 	border-bottom: none;
 }
@@ -1485,11 +1477,6 @@ form th {
 		text-align: left;
 	}
 
-	.box .box-title .configure,
-.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		-webkit-transition: all 0.2s ease-in-out;
 		-moz-transition: all 0.2s ease-in-out;

+ 0 - 13
p/themes/Mapco/mapco.rtl.css

@@ -404,7 +404,6 @@ form th {
 	width: 1.75rem;
 	height: 1.75rem;
 	border-radius: 2px;
-	visibility: visible;
 	margin-left: 0.5rem;
 }
 .box .box-title:hover .configure .icon {
@@ -415,9 +414,6 @@ form th {
 .box .box-title:hover .configure:hover {
 	background: url("icons/cog-white.svg") no-repeat 4px 4px #36c;
 }
-.box .box-title .configure {
-	visibility: hidden;
-}
 .box .box-title form input {
 	width: 85%;
 }
@@ -451,7 +447,6 @@ form th {
 	width: 1.75rem;
 	height: 1.75rem;
 	border-radius: 2px;
-	visibility: hidden;
 	margin-left: 0.5rem;
 }
 .box .box-content .item .configure .icon {
@@ -462,9 +457,6 @@ form th {
 .box .box-content .item .configure:hover {
 	background: url("icons/cog-white.svg") no-repeat 4px 4px #36c;
 }
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
 .box .box-content .item:last-child {
 	border-bottom: none;
 }
@@ -1485,11 +1477,6 @@ form th {
 		text-align: right;
 	}
 
-	.box .box-title .configure,
-.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		-webkit-transition: all 0.2s ease-in-out;
 		-moz-transition: all 0.2s ease-in-out;

+ 0 - 15
p/themes/Origine-compact/origine-compact.css

@@ -534,16 +534,6 @@ a.btn,
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1215,11 +1205,6 @@ a.btn,
 		text-align: left;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		transition: width 200ms linear;
 	}

+ 0 - 15
p/themes/Origine-compact/origine-compact.rtl.css

@@ -534,16 +534,6 @@ a.btn,
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1215,11 +1205,6 @@ a.btn,
 		text-align: right;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		transition: width 200ms linear;
 	}

+ 0 - 15
p/themes/Origine/origine.css

@@ -519,16 +519,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1143,11 +1133,6 @@ a.btn {
 		text-align: left;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		transition: width 200ms linear;
 	}

+ 0 - 15
p/themes/Origine/origine.rtl.css

@@ -519,16 +519,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1143,11 +1133,6 @@ a.btn {
 		text-align: right;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		transition: width 200ms linear;
 	}

+ 0 - 15
p/themes/Pafat/pafat.css

@@ -491,16 +491,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1130,11 +1120,6 @@ a.btn {
 		text-align: left;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		transition: width 200ms linear;
 	}

+ 0 - 15
p/themes/Pafat/pafat.rtl.css

@@ -491,16 +491,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1130,11 +1120,6 @@ a.btn {
 		text-align: right;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.aside {
 		transition: width 200ms linear;
 	}

+ 0 - 15
p/themes/Screwdriver/screwdriver.css

@@ -545,16 +545,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1259,11 +1249,6 @@ a.btn {
 		text-align: left;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.header {
 		display: table;
 	}

+ 0 - 15
p/themes/Screwdriver/screwdriver.rtl.css

@@ -545,16 +545,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-title .configure,
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-title:hover .configure,
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;
@@ -1259,11 +1249,6 @@ a.btn {
 		text-align: right;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.header {
 		display: table;
 	}

+ 0 - 11
p/themes/Swage/swage.css

@@ -469,16 +469,10 @@ form th {
 	font-size: 0.9rem;
 	line-height: 2.5em;
 }
-.box .box-content .item .configure {
-	visibility: hidden;
-}
 .box .box-content .item .configure .icon {
 	vertical-align: middle;
 	background-color: #e3e3e3;
 }
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
 .box.category .box-title .title {
 	font-weight: normal;
 	text-decoration: none;
@@ -921,11 +915,6 @@ form th {
 		text-align: left;
 	}
 
-	.box .box-title .configure,
-.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.dropdown-header, .dropdown-menu > .item {
 		padding: 12px;
 	}

+ 0 - 11
p/themes/Swage/swage.rtl.css

@@ -469,16 +469,10 @@ form th {
 	font-size: 0.9rem;
 	line-height: 2.5em;
 }
-.box .box-content .item .configure {
-	visibility: hidden;
-}
 .box .box-content .item .configure .icon {
 	vertical-align: middle;
 	background-color: #e3e3e3;
 }
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
 .box.category .box-title .title {
 	font-weight: normal;
 	text-decoration: none;
@@ -921,11 +915,6 @@ form th {
 		text-align: right;
 	}
 
-	.box .box-title .configure,
-.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.dropdown-header, .dropdown-menu > .item {
 		padding: 12px;
 	}

+ 0 - 11
p/themes/Swage/swage.scss

@@ -587,17 +587,11 @@ form {
 			line-height: 2.5em;
 
 			.configure {
-				visibility: hidden;
-
 				.icon {
 					vertical-align: middle;
 					background-color: darken( $color_light, 10%);
 				}
 			}
-
-			&:hover .configure {
-				visibility: visible;
-			}
 		}
 	}
 
@@ -1150,11 +1144,6 @@ form {
 		text-align: left;
 	}
 
-	.box .box-title .configure,
-	.box .box-content .item .configure {
-		visibility: visible;
-	}
-
 	.dropdown-header, .dropdown-menu > .item {
 		padding: 12px;
 	}

+ 0 - 8
p/themes/base-theme/base.css

@@ -390,14 +390,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;

+ 0 - 8
p/themes/base-theme/base.rtl.css

@@ -390,14 +390,6 @@ a.btn {
 	line-height: 2.5em;
 }
 
-.box .box-content .item .configure {
-	visibility: hidden;
-}
-
-.box .box-content .item:hover .configure {
-	visibility: visible;
-}
-
 /*=== Tree */
 .tree {
 	margin: 10px 0;