diff options
| author | 2021-09-08 08:48:10 +0200 | |
|---|---|---|
| committer | 2021-09-08 08:48:10 +0200 | |
| commit | c263956397488fe1f063ac939869340fdf6da4cb (patch) | |
| tree | 32babd3b6adae77ca795fc3b5bc31d2cf41d073d /p | |
| parent | 0489b2c72210d825af3b37183ced4949f9c0d86f (diff) | |
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>
Diffstat (limited to 'p')
29 files changed, 0 insertions, 368 deletions
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css index f32183f6c..3fcf75a3c 100644 --- a/p/themes/Alternative-Dark/adark.css +++ b/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; diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css index 187b3a1b2..d9b34af97 100644 --- a/p/themes/Alternative-Dark/adark.rtl.css +++ b/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; diff --git a/p/themes/Ansum/_components.scss b/p/themes/Ansum/_components.scss index d7b6d4ed6..6bafe1564 100644 --- a/p/themes/Ansum/_components.scss +++ b/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 { diff --git a/p/themes/Ansum/_mobile.scss b/p/themes/Ansum/_mobile.scss index 9a315e051..9b67ed6fa 100644 --- a/p/themes/Ansum/_mobile.scss +++ b/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); diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index ea75e8585..ec78db32f 100644 --- a/p/themes/Ansum/ansum.css +++ b/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; diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 94836face..7931391d2 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/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; diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index e3d21c6c8..1fd651c78 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/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; } diff --git a/p/themes/BlueLagoon/BlueLagoon.rtl.css b/p/themes/BlueLagoon/BlueLagoon.rtl.css index 2050c9475..091b3e27b 100644 --- a/p/themes/BlueLagoon/BlueLagoon.rtl.css +++ b/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; } diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 311adef40..5bbae4fd4 100644 --- a/p/themes/Dark/dark.css +++ b/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; } diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css index af4c71c03..c08afe183 100644 --- a/p/themes/Dark/dark.rtl.css +++ b/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; } diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index cbb02b855..b5d589ade 100644 --- a/p/themes/Flat/flat.css +++ b/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; } diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css index 8f485c852..cfbd8ed32 100644 --- a/p/themes/Flat/flat.rtl.css +++ b/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; } diff --git a/p/themes/Mapco/_components.scss b/p/themes/Mapco/_components.scss index 79b2effa4..c82379708 100644 --- a/p/themes/Mapco/_components.scss +++ b/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 { diff --git a/p/themes/Mapco/_mobile.scss b/p/themes/Mapco/_mobile.scss index 053e3ff60..844196ceb 100644 --- a/p/themes/Mapco/_mobile.scss +++ b/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); diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 38ad0c49f..7f5c689ec 100644 --- a/p/themes/Mapco/mapco.css +++ b/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; diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 3f7b646d6..9f5ba3cfd 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/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; diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index 24d9a2e63..cd42eb2f1 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/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; } diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index ccdcb697f..e9e4424d3 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/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; } diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index ee8c9f2b3..2c77e56d7 100644 --- a/p/themes/Origine/origine.css +++ b/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; } diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css index 138f33f81..b0bee6831 100644 --- a/p/themes/Origine/origine.rtl.css +++ b/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; } diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index b9726663a..47229be5e 100644 --- a/p/themes/Pafat/pafat.css +++ b/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; } diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index e2d637e89..f5d1cbc6b 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/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; } diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index bf26743c6..aad9d963b 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/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; } diff --git a/p/themes/Screwdriver/screwdriver.rtl.css b/p/themes/Screwdriver/screwdriver.rtl.css index 051e384cc..18fe7996d 100644 --- a/p/themes/Screwdriver/screwdriver.rtl.css +++ b/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; } diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css index 3bc5a7b25..56d50b202 100644 --- a/p/themes/Swage/swage.css +++ b/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; } diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css index 0aaaa50e8..87bc3d12b 100644 --- a/p/themes/Swage/swage.rtl.css +++ b/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; } diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss index e6ef49108..8a21584fd 100644 --- a/p/themes/Swage/swage.scss +++ b/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; } diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css index 3fb55d052..c05d49fe6 100644 --- a/p/themes/base-theme/base.css +++ b/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; diff --git a/p/themes/base-theme/base.rtl.css b/p/themes/base-theme/base.rtl.css index cc9fdbf84..e4b5b405a 100644 --- a/p/themes/base-theme/base.rtl.css +++ b/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; |
