Skip to content

Commit

Permalink
Ticket #4847 - Studio: Layout changes. Stage 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Jan 23, 2025
1 parent d3e6239 commit ab3c007
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ body.bx-popup-lock {
display: none;
}
.bx-popup-menu .bx-popup-content-indent {
padding: 0px !important;
padding: 0.5rem 0 !important;
}
.bx-popup-menu ul.bx-menu-ver,
.bx-popup-menu ul.bx-menu-verlit,
Expand Down
3 changes: 1 addition & 2 deletions studio/template/css/menu_top.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,7 @@ body > .bx-popup-wrapper.bx-std-mod-popup-settings-wrapper,
#bx-std-pcap-menu-popup-help .bx-popup,
#bx-std-pcap-menu-popup-actions .bx-popup,
.bx-std-mod-popup-settings-wrapper.bx-popup-applied:not(.bx-popup-chain) .bx-popup {
border-width: 0;
background-color: #ffffff;
border-width: 0;
}
#bx-std-pcap-menu-popup-actions .bx-popup-content,
#bx-std-pmenu-popup-actions .bx-popup-content {
Expand Down
8 changes: 4 additions & 4 deletions studio/template/widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<div class="bx-std-widget-actions left">
<div class="bx-std-widget-actions-cnt">
<bx_repeat:actions>
<div class="bx-std-widget-action bg-gray-200 border border-black/10 rounded-2xl">
<a class="bx-std-widget-action bx-std-wa-__name__ text-gray-600 hover:text-gray-700" href="__url__" <bx_if:show_click>onClick="__content__"</bx_if:show_click> title="__caption__">
<div class="bx-std-widget-action bg-gray-200 dark:bg-gray-800 border border-black/10 dark:border-white/10 rounded-2xl">
<a class="bx-std-widget-action bx-std-wa-__name__ text-gray-600 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-300" href="__url__" <bx_if:show_click>onClick="__content__"</bx_if:show_click> title="__caption__">
<bx_if:action_icon><i class="sys-icon __name__" alt="__caption__"></i></bx_if:action_icon>
<bx_if:action_image><img src="__url__" alt="__caption__" /></bx_if:action_image>
<bx_if:action_image_inline>__content__</bx_if:action_image_inline>
Expand All @@ -32,8 +32,8 @@
<div class="bx-std-widget-actions right">
<div class="bx-std-widget-actions-cnt">
<bx_repeat:actions>
<div class="bx-std-widget-action bg-gray-200 border border-black/10 rounded-2xl">
<a class="bx-std-widget-action bx-std-wa-__name__ text-gray-600 hover:text-gray-700" href="__url__" <bx_if:show_click>onClick="__content__"</bx_if:show_click> title="__caption__">
<div class="bx-std-widget-action bg-gray-200 dark:bg-gray-800 border border-black/10 dark:border-white/10 rounded-2xl">
<a class="bx-std-widget-action bx-std-wa-__name__ text-gray-600 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-300" href="__url__" <bx_if:show_click>onClick="__content__"</bx_if:show_click> title="__caption__">
<bx_if:action_icon><i class="sys-icon __name__" alt="__caption__"></i></bx_if:action_icon>
<bx_if:action_image><img src="__url__" alt="__caption__" /></bx_if:action_image>
<bx_if:action_image_inline>__content__</bx_if:action_image_inline>
Expand Down

0 comments on commit ab3c007

Please sign in to comment.