summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/navigation-link/style.css
blob: a136b2cdec21b1d6850ac95f6cb73f44969187a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.wp-block-navigation .wp-block-navigation-item__label{
  overflow-wrap:break-word;
}
.wp-block-navigation .wp-block-navigation-item__description{
  display:none;
}

.link-ui-tools{
  border-top:1px solid #f0f0f0;
  padding:8px;
}

.link-ui-block-inserter{
  padding-top:8px;
}

.link-ui-block-inserter__back{
  margin-left:8px;
  text-transform:uppercase;
}

.components-popover-pointer-events-trap{
  background-color:initial;
  cursor:pointer;
  inset:0;
  position:fixed;
  z-index:1000000;
}