@@ -44,6 +44,21 @@
}
+ .btn-copy {
+ &:not(:hover):not(:active) {
+ background-color: transparent !important;
+ }
+ opacity: 0.5;
+
+ .btn-edit-tags {
+ &.no-tags {
+ opacity: 0.7;
.btn-skelton {
@extend %subnav-buttons-height;
width: 100%;
@@ -109,7 +124,6 @@
&:global {
&:hover {
.btn-copy,
- .btn-edit,
.btn-edit-tags {
// change button opacity
opacity: unset;
@@ -165,15 +165,6 @@ body.on-edit {
- .nav:hover {
- .btn-copy,
- .btn-edit-tags {
- // change button opacity
- opacity: unset;
- }
-
.grw-copy-dropdown {
.btn-copy {
padding: 3px !important; // overwrite padding
@@ -1,26 +1,6 @@
@use '../bootstrap/init' as bs;
@use '../mixins';
-.btn-copy,
-.btn-edit {
- &:not(:hover):not(:active) {
- background-color: transparent !important;
- opacity: 0.5;
-}
-.btn-edit-tags {
- &.no-tags {
- opacity: 0.7;
-.rounded-pill-weak {
- border-radius: 60px;
// fill button style
.btn.btn-fill {
position: relative;